• Home
  • Raw
  • Download

Lines Matching full:install

3 \fBnpm-ci\fR - Clean install a project
10 aliases: clean-install, ic, install-clean, isntall-clean
15install, except it's meant to be used in automated environments such as test platforms, continuous…
17 The main differences between using \fBnpm install\fR and \fBnpm ci\fR are:
24 \fBnpm ci\fR can only install entire projects at a time: individual dependencies cannot be added wi…
26 …les\fR is already present, it will be automatically removed before \fBnpm ci\fR begins its install.
32 … running \fBnpm install\fR with flags that can affect the shape of your dependency tree, such as \…
35 Make sure you have a package-lock and an up-to-date install:
40 $ npm install
55 Configure Travis CI to build using \fBnpm ci\fR instead of \fBnpm install\fR:
60 install:
69 .SS "\fBinstall-strategy\fR"
78Install non-duplicated in top-level, and duplicated as necessary within directory structure. neste…
86 DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=nested\fR
90install packages in the same manner that they are depended on. This may cause very deep directory …
98 DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=shallow\fR
102 Only install direct dependencies in the top level \fBnode_modules\fR, but hoist on deeper dependenc…
128 Option that allows for defining which types of dependencies to install.
142 … then \fIany\fR conflicting \fBpeerDependencies\fR will be treated as an install failure, even if …
156 Run all build scripts (ie, \fBpreinstall\fR, \fBinstall\fR, and \fBpostinstall\fR) scripts for inst…
202 When "true" displays the message at the end of each \fBnpm install\fR acknowledging the number of d…
212 …sed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR,…
251 Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altoge…
254 Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces i…
273 .SS "\fBinstall-links\fR"
286 npm help install