Is there any way to set an NPM dependency to be installed globally in the package.json file?
Whenever I run npm update
all the dependencies are installed locally.
Thanks.
Is there any way to set an NPM dependency to be installed globally in the package.json file?
Whenever I run npm update
all the dependencies are installed locally.
Thanks.