Difference between revisions of "Npm install"

From wikieduonline
Jump to navigation Jump to search
 
Line 74: Line 74:
 
* <code>[[brew install npm]]</code>
 
* <code>[[brew install npm]]</code>
 
* <code>[[vsts-npm-auth -config .npmrc]]</code>
 
* <code>[[vsts-npm-auth -config .npmrc]]</code>
* [[package.json]]
+
* <code>[[package.json]]</code>
* [[npm test]]
+
* <code>[[npm test]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 14:20, 4 July 2024

Install[edit]

npm install --registry https://registry.npmjs.org

Package examples[edit]


[-g|--global]

Errors[edit]

npm install -g [email protected]
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"node":"^18.17.0 || >=20.5.0"}
npm ERR! notsup Actual:   {"npm":"9.7.2","node":"v20.4.0"}

npm ERR! A complete log of this run can be found in: /Users/user/.npm/_logs/2024-03-28T09_33_24_506Z-debug-0.log

Related[edit]

See also[edit]

  • https://blog.npmjs.org/post/171556855892/introducing-npm-ci-for-faster-more-reliable
  • https://docs.npmjs.com/cli/v8/commands/npm-ci
  • Advertising: