Searched full:install (Results 1 – 25 of 3297) sorted by relevance
12345678910>>...132
| /third_party/node/deps/npm/man/man1/ |
| D | npm-install.1 | 1 .TH "NPM-INSTALL" "1" "February 2024" "" "" 3 \fBnpm-install\fR - Install a package 8 npm install \[lB]<package-spec> ...\[rB] 47 …te a node program (a), and perhaps if you also want to be able to easily install it elsewhere afte… 50 \fBnpm install\fR (in a package directory, no arguments): 52 Install the dependencies to the local \fBnode_modules\fR folder. 56 By default, \fBnpm install\fR will install all modules listed as dependencies in \fB\fBpackage.json… 58 …able is set to \fBproduction\fR), npm will not install modules listed in \fBdevDependencies\fR. To… 65 \fBnpm install <folder>\fR: 67 …If \fB<folder>\fR sits outside the root of your project, \fInpm will not install the package depen… [all …]
|
| D | npm-ci.1 | 3 \fBnpm-ci\fR - Clean install a project 10 aliases: clean-install, ic, install-clean, isntall-clean 15 …install, 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: [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typeFromPropertyAssignment22.symbols | 1 === tests/cases/conformance/salsa/npm-install.js === 3 >Installer : Symbol(Installer, Decl(npm-install.js, 0, 0)) 6 >this.args : Symbol(Installer.args, Decl(npm-install.js, 0, 23), Decl(npm-install.js, 5, 15)) 7 >this : Symbol(Installer, Decl(npm-install.js, 0, 0)) 8 >args : Symbol(Installer.args, Decl(npm-install.js, 0, 23), Decl(npm-install.js, 5, 15)) 11 >Installer.prototype : Symbol(Installer.loadArgMetadata, Decl(npm-install.js, 2, 1)) 12 >Installer : Symbol(Installer, Decl(npm-install.js, 0, 0)) 14 >loadArgMetadata : Symbol(Installer.loadArgMetadata, Decl(npm-install.js, 2, 1)) 15 >next : Symbol(next, Decl(npm-install.js, 3, 48)) 19 >args : Symbol(args, Decl(npm-install.js, 5, 5)) [all …]
|
| /third_party/node/deps/npm/docs/content/commands/ |
| D | npm-install.md | 2 title: npm-install 4 description: Install a package 10 npm install [<package-spec> ...] 44 you also want to be able to easily install it elsewhere after packing it up 48 * `npm install` (in a package directory, no arguments): 50 Install the dependencies to the local `node_modules` folder. 56 By default, `npm install` will install all modules listed as 60 variable is set to `production`), npm will not install modules listed 61 in `devDependencies`. To install all modules listed in both 68 * `npm install <folder>`: [all …]
|
| D | npm-ci.md | 4 description: Clean install a project 12 aliases: clean-install, ic, install-clean, isntall-clean 17 This command is similar to [`npm install`](/commands/npm-install), except 20 to make sure you're doing a clean install of your dependencies. 22 The main differences between using `npm install` and `npm ci` are: 28 * `npm ci` can only install entire projects at a time: individual 31 before `npm ci` begins its install. 35 NOTE: If you create your `package-lock.json` file by running `npm install` 37 `--legacy-peer-deps` or `--install-links`, you _must_ provide the same 45 Make sure you have a package-lock and an up-to-date install: [all …]
|
| /third_party/lame/debian/ |
| D | Makefile.in | 89 INSTALL = @INSTALL@ 201 libmp3lame-dev.install \ 202 libmp3lame0.install \ 204 lame.install \ 292 install: install-am 293 install-exec: install-exec-am 294 install-data: install-data-am 297 install-am: all-am 298 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 301 install-strip: [all …]
|
| /third_party/node/deps/npm/tap-snapshots/test/lib/ |
| D | npm.js.test.cjs | 13 npm install install all the dependencies in your project 14 npm install <foo> add the <foo> dependency to your project 27 help-search, hook, init, install, install-ci-test, 28 install-test, link, ll, login, logout, ls, org, outdated, 50 npm install install all the dependencies in your project 51 npm install <foo> add the <foo> dependency to your project 70 install, 71 install-ci-test, 72 install-test, link, ll, 102 npm install install all the dependencies in your project [all …]
|
| /third_party/node/deps/npm/lib/utils/ |
| D | cmd-list.js | 31 'install', 32 'install-ci-test', 33 'install-test', 85 add: 'install', 97 i: 'install', 98 it: 'install-test', 99 cit: 'install-ci-test', 109 'clean-install': 'ci', 110 'clean-install-test': 'install-ci-test', 119 // manually abbrev so that install-test doesn't make insta stop working [all …]
|
| /third_party/jerryscript/targets/zephyr/ |
| D | Makefile.travis | 18 $(MAKE) install 24 # Install tools via apt. 25 install-apt-get-deps: 26 sudo apt-get install -q -y gperf dfu-util device-tree-compiler 28 # Install Zephyr SDK. 29 install-zephyr-sdk: 33 # Fetch Zephyr Project repository and install python dependencies. 34 install-zephyr: 36 pip3 install -U pip 37 pip3 install -U setuptools [all …]
|
| /third_party/mesa3d/.gitlab-ci/ |
| D | prepare-artifacts.sh | 9 rm -rf install/bin install/include 22 find install -name \*.so -exec $STRIP {} \; 27 echo "$(cat VERSION) (git-$(git rev-parse HEAD | cut -b -10))" > install/VERSION 28 cp -Rp .gitlab-ci/bare-metal install/ 29 cp -Rp .gitlab-ci/common install/ 30 cp -Rp .gitlab-ci/piglit install/ 31 cp -Rp .gitlab-ci/fossils.yml install/ 32 cp -Rp .gitlab-ci/fossils install/ 33 cp -Rp .gitlab-ci/fossilize-runner.sh install/ 34 cp -Rp .gitlab-ci/crosvm-init.sh install/ [all …]
|
| /third_party/lame/ACM/ADbg/ |
| D | Makefile.in | 120 *) (install-info --version) >/dev/null 2>&1;; \ 164 INSTALL = @INSTALL@ 363 install: install-am 364 install-exec: install-exec-am 365 install-data: install-data-am 368 install-am: all-am 369 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 372 install-strip: 376 install; \ 380 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/lame/Dll/ |
| D | Makefile.in | 120 *) (install-info --version) >/dev/null 2>&1;; \ 164 INSTALL = @INSTALL@ 367 install: install-am 368 install-exec: install-exec-am 369 install-data: install-data-am 372 install-am: all-am 373 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 376 install-strip: 380 install; \ 384 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/skia/third_party/externals/microhttpd/contrib/ |
| D | Makefile.in | 120 *) (install-info --version) >/dev/null 2>&1;; \ 159 INSTALL = @INSTALL@ 370 install: install-am 371 install-exec: install-exec-am 372 install-data: install-data-am 375 install-am: all-am 376 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 379 install-strip: 383 install; \ 387 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/lame/mac/ |
| D | Makefile.in | 120 *) (install-info --version) >/dev/null 2>&1;; \ 164 INSTALL = @INSTALL@ 369 install: install-am 370 install-exec: install-exec-am 371 install-data: install-data-am 374 install-am: all-am 375 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 378 install-strip: 382 install; \ 386 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/lame/macosx/LAME.xcodeproj/ |
| D | Makefile.in | 120 *) (install-info --version) >/dev/null 2>&1;; \ 164 INSTALL = @INSTALL@ 362 install: install-am 363 install-exec: install-exec-am 364 install-data: install-data-am 367 install-am: all-am 368 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 371 install-strip: 375 install; \ 379 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/lame/vc_solution/ |
| D | Makefile.in | 120 *) (install-info --version) >/dev/null 2>&1;; \ 164 INSTALL = @INSTALL@ 394 install: install-am 395 install-exec: install-exec-am 396 install-data: install-data-am 399 install-am: all-am 400 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 403 install-strip: 407 install; \ 411 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/lame/ACM/ddk/ |
| D | Makefile.in | 120 *) (install-info --version) >/dev/null 2>&1;; \ 164 INSTALL = @INSTALL@ 362 install: install-am 363 install-exec: install-exec-am 364 install-data: install-data-am 367 install-am: all-am 368 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 371 install-strip: 375 install; \ 379 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/skia/third_party/externals/microhttpd/m4/ |
| D | Makefile.in | 120 *) (install-info --version) >/dev/null 2>&1;; \ 159 INSTALL = @INSTALL@ 370 install: install-am 371 install-exec: install-exec-am 372 install-data: install-data-am 375 install-am: all-am 376 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 379 install-strip: 383 install; \ 387 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/lame/macosx/English.lproj/ |
| D | Makefile.in | 120 *) (install-info --version) >/dev/null 2>&1;; \ 164 INSTALL = @INSTALL@ 362 install: install-am 363 install-exec: install-exec-am 364 install-data: install-data-am 367 install-am: all-am 368 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 371 install-strip: 375 install; \ 379 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/lame/ACM/tinyxml/ |
| D | Makefile.in | 120 *) (install-info --version) >/dev/null 2>&1;; \ 164 INSTALL = @INSTALL@ 372 install: install-am 373 install-exec: install-exec-am 374 install-data: install-data-am 377 install-am: all-am 378 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 381 install-strip: 385 install; \ 389 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/lame/dshow/ |
| D | Makefile.in | 120 *) (install-info --version) >/dev/null 2>&1;; \ 164 INSTALL = @INSTALL@ 380 install: install-am 381 install-exec: install-exec-am 382 install-data: install-data-am 385 install-am: all-am 386 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 389 install-strip: 393 install; \ 397 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/skia/third_party/externals/microhttpd/doc/doxygen/ |
| D | Makefile.in | 120 *) (install-info --version) >/dev/null 2>&1;; \ 159 INSTALL = @INSTALL@ 368 install: install-am 369 install-exec: install-exec-am 370 install-data: install-data-am 373 install-am: all-am 374 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 377 install-strip: 381 install; \ 385 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/curl/scripts/ |
| D | Makefile.in | 166 *) (install-info --version) >/dev/null 2>&1;; \ 250 INSTALL = @INSTALL@ 483 install: install-am 484 install-exec: install-exec-am 485 install-data: install-data-am 488 install-am: all-am 489 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 492 install-strip: 496 install; \ 500 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/lame/doc/html/ |
| D | Makefile.in | 119 *) (install-info --version) >/dev/null 2>&1;; \ 191 INSTALL = @INSTALL@ 360 install-pkghtmlDATA: $(pkghtml_DATA) 428 install: install-am 429 install-exec: install-exec-am 430 install-data: install-data-am 433 install-am: all-am 434 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 437 install-strip: 441 install; \ [all …]
|
| /third_party/lame/doc/man/ |
| D | Makefile.in | 118 *) (install-info --version) >/dev/null 2>&1;; \ 192 INSTALL = @INSTALL@ 344 install-man1: $(man_MANS) 434 install: install-am 435 install-exec: install-exec-am 436 install-data: install-data-am 439 install-am: all-am 440 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 443 install-strip: 447 install; \ [all …]
|
12345678910>>...132