I have a downloaded module repo, I want to install it locally, not globally in another directory?
What is an easy way to do this?
you just provide one <folder> argument to npm install, argument should point toward the local folder instead of the package name:
<folder>
npm install
npm install /path
2.1m questions
2.1m answers
60 comments
57.0k users