Using nvm for a specific project
- node 6.5.0
- npm 6.1.0
- package.json already does exist in local directory
When I am in the current directory for my project I run npm install and see it added one package from one contributor current directory npm install result
when I look at nvm -> v6.5.0 -> lib -> node_modules I see this nvm location result. I have tried also using the most up to date version of node and running npm i -g npm and saw the same result. Anyone encounter a similar issue and has found a solution? Any help would be great...Thanks!