- node version: <run "node -v" in you terminal and replace this>
4.4.7
- npm version: <run "npm -v" in you terminal and replace this>
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