I have the following directory structure:
/some_project source.js package.json
I would like to install the dependencies for some_pr
On Windows 10 I couldn't get --prefix to work, so I had to cd and execute it.
--prefix
cd
cd PATH_TO_FOLDER && npm install