download modules with dependencies in package.json
npm install
By default, npm install
will install all modules listed as dependencies in package.json
.
To fix npm error
npm audit fix
To fix npm error forcefully
npm audit fix –force
June 30, 2021 in Technology, Tips and Tricks
npm install
By default, npm install
will install all modules listed as dependencies in package.json
.
npm audit fix
npm audit fix –force