-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can calvin fetch npm dependencies? If possible, how? #13
Comments
Hey this is something I have been thinking about for a bit. It is not suppoted however you can use npm directly and everything else should just work. |
Hey @eginez Thanks! Just some feedback: |
By all means! Send me a PR and we'll add it to the readme |
In relation to eginez#13
I recently read this post, and thought if calvin would fetch stuff automatically it would make sense to use the https://clojurescript.org/news/2017-07-12-clojurescript-is-not-an-island-integrating-node-modules |
I did some investigation no how to fetch npm modules programatically https://stackoverflow.com/questions/15957529/can-i-install-a-npm-package-from-javascript-running-in-node-js/15957574#15957574. Since it now supports npm dependencies it is feasible now to download from clojars and from npm directly at once and not have a to run those tools independently |
Sorry for occupying the bandwidth.
I raised an issue as I could not figure this one out by my self as a node.js newbie...
The text was updated successfully, but these errors were encountered: