Maybe this question is a duplicate, I wouldn't be offuscated if so, but when I search the web for implementing justgage in node.js server, it returns me very few results, the documentation says it is as easy as typing npm i justgage
but then even if I put:
<script type="text/javascript" src="path/to/raphael.min.js"></script>
<script type="text/javascript" src="path/to/justgage.js"></script>
in my html.ejs file, it doesn't work. I found this Node.js: JustGage is not defined not sure if it is related.
Meanwhile i'll use CDN for direct inclusion in my html...