Blog

What is npm install — prefix?


What is npm install -- prefix? Normally, when we run an npm install package-name command, npm will install the packages in a default directory (node_modules folder). To install the packages…