-
Notifications
You must be signed in to change notification settings - Fork 100
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
Do modules need to be installed globally? #1869
Comments
Is there an error? What happens when, after installing locally, you run $ node_modules/javascripting/bin/javascripting |
@noffle, thank you. I was still trying to run it by just calling Question to just run it with Thanks |
Yes, that's correct. Something like However, if your qualm with global installs is that it requires superuser privileges, you can tell npm to use e.g. your home directory for global installs: $ npm set prefix $HOME/.npm-global Now all export PATH=$PATH:$HOME/.npm-global/bin |
@noffle right now I have a |
@dantesolis @noffle I feel like this should be noted somewhere on the homepage. I am busy with other things, but perhaps one of you could help everyone out and add a paragraph at a good place? |
@martinheidegger & @noffle I could do it. I Just read the contribution section and about to clone the repo on my machine. Waiting for the greenlight |
Go ahead. Make a PR and somebody can review it 👍 |
@dantesolis Yes, please go ahead. Tag one of us once you open the PR. Thank you in advance 😃 |
No problems. Thanks guys. |
@dantesolis was so kind to add a section to the readme of nodeschool.github.io. |
@dantesolis can this issue be closed? |
@martinheidegger, yes, I'll go ahead and close it. And thanks guys for letting me contribute. Now to start working on those modules. |
4.4.7
2.15.8
So I would like to run the modules from within a folder I created. I did
npm install javascripting
&npm install learnyounode
the both installed, but I'm unable to run the modules within this folder. Globally I have no problems.Is there a way around this?
Thanks
The text was updated successfully, but these errors were encountered: