npm install output:
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
+ [email protected]
updated 1 package and audited 518 packages in 5.404s
found 0 vulnerabilities
How can it be added in package.json
npm install output:
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
+ [email protected]
updated 1 package and audited 518 packages in 5.404s
found 0 vulnerabilities
How can it be added in package.json
You should include the command you're executing.
However, I assume that you executed
npm install. To add a package to dependencies you should donpm install --saveornpm install --save-dev.More info in the documentation https://docs.npmjs.com/cli/install