Difference between revisions of "Npm install"
Jump to navigation
Jump to search
↑ https://blog.npmjs.org/post/171556855892/introducing-npm-ci-for-faster-more-reliable
Line 15: | Line 15: | ||
== Related commands == | == Related commands == | ||
− | * <code>[[npm ci]]</code><ref>https://blog.npmjs.org/post/171556855892/introducing-npm-ci-for-faster-more-reliable</ref> | + | * Clean install: <code>[[npm ci]]</code><ref>https://blog.npmjs.org/post/171556855892/introducing-npm-ci-for-faster-more-reliable</ref> |
* <code>[[npm run build]]</code> | * <code>[[npm run build]]</code> | ||
* <code>[[yarn install]]</code> | * <code>[[yarn install]]</code> |
Revision as of 03:07, 1 February 2022
npm install --help
npm install express
ornpm install express --save
npm install electron
npm install @semantic-release/gitlab -D
npm install express-oauth-server
npm install -g wip
npm install -g @loopback/cli
npm install --save set-value
npm install detox
[-g|--global]
Related commands
- Clean install:
npm ci
[1] npm run build
yarn install
npm list
See also
npm
,npx
,npm [ init
|audit
|install
|link | config | token
|start | publish | run start
|update | rebuild
|ci
|run build
].env/
,list
|ls | --version
,package.json
,$HOME/.npmrc
,npm help
, NPM Registry, npm ERR!
Advertising: