| /third_party/node/deps/npm/man/man1/ |
| D | npm-install.1 | 1 .TH "NPM-INSTALL" "1" "July 2023" "" "" 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 …]
|
| D | npm-install-ci-test.1 | 1 .TH "NPM-INSTALL-CI-TEST" "1" "July 2023" "" "" 3 \fBnpm-install-ci-test\fR - Install a project with a clean slate and run tests 8 npm install-ci-test 10 aliases: cit, clean-install-test, sit 17 .SS "\fBinstall-strategy\fR" 26 …Install non-duplicated in top-level, and duplicated as necessary within directory structure. neste… 34 DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=nested\fR 38 …install packages in the same manner that they are depended on. This may cause very deep directory … 46 DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=shallow\fR 50 Only install direct dependencies in the top level \fBnode_modules\fR, but hoist on deeper dependenc… [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/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', 84 add: 'install', 96 i: 'install', 97 it: 'install-test', 98 cit: 'install-ci-test', 108 'clean-install': 'ci', 109 'clean-install-test': 'install-ci-test', 118 // 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/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/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/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;; \ 249 INSTALL = @INSTALL@ 478 install: install-am 479 install-exec: install-exec-am 480 install-data: install-data-am 483 install-am: all-am 484 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 487 install-strip: 491 install; \ 495 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/libffi/man/ |
| D | Makefile.in | 132 *) (install-info --version) >/dev/null 2>&1;; \ 207 INSTALL = @INSTALL@ 353 install-man3: $(man_MANS) 443 install: install-am 444 install-exec: install-exec-am 445 install-data: install-data-am 448 install-am: all-am 449 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 452 install-strip: 456 install; \ [all …]
|
| /third_party/node/deps/cares/src/ |
| D | Makefile.in | 140 install-data-recursive install-dvi-recursive \ 141 install-exec-recursive install-html-recursive \ 142 install-info-recursive install-pdf-recursive \ 143 install-ps-recursive install-recursive installcheck-recursive \ 149 *) (install-info --version) >/dev/null 2>&1;; \ 254 INSTALL = @INSTALL@ 552 install: install-recursive 553 install-exec: install-exec-recursive 554 install-data: install-data-recursive 557 install-am: all-am [all …]
|
| /third_party/skia/third_party/externals/microhttpd/src/ |
| D | Makefile.in | 121 install-data-recursive install-dvi-recursive \ 122 install-exec-recursive install-html-recursive \ 123 install-info-recursive install-pdf-recursive \ 124 install-ps-recursive install-recursive installcheck-recursive \ 130 *) (install-info --version) >/dev/null 2>&1;; \ 222 INSTALL = @INSTALL@ 564 install: install-recursive 565 install-exec: install-exec-recursive 566 install-data: install-data-recursive 569 install-am: all-am [all …]
|
| /third_party/selinux/ |
| D | README.md | 40 dnf install \ 58 dnf install \ 68 apt-get install --no-install-recommends --no-install-suggests \ 89 apt-get install --no-install-recommends --no-install-suggests \ 95 To build and install everything under a private directory, run: 99 make DESTDIR=~/obj install install-rubywrap install-pywrap 101 On Debian `PYTHON_SETUP_ARGS=--install-layout=deb` needs to be set when installing the python wrapp… 109 In order to run these ones, instructions similar to the ones in section `install` of [./.travis.yml… 111 To install as the default system libraries and binaries 115 make LIBDIR=/usr/lib64 SHLIBDIR=/lib64 install install-pywrap relabel [all …]
|
| /third_party/skia/third_party/externals/freetype/ |
| D | .gitlab-ci.yml | 45 - pip3 install meson==0.59.1 46 - pip3 install -U ninja 92 make -j$(nproc) && make install 105 make -j$(nproc) && make install 118 make -j$(nproc) && make install 130 meson install -C build 142 meson install -C build 153 cmake --build build --target install 164 cmake --build build --target install 169 …- '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh… [all …]
|
| /third_party/node/deps/cares/include/ |
| D | Makefile.in | 142 *) (install-info --version) >/dev/null 2>&1;; \ 243 INSTALL = @INSTALL@ 340 ACLOCAL_AMFLAGS = -I m4 --install 342 # what headers to install on 'make install': 395 install-includeHEADERS: $(include_HEADERS) 508 install: install-am 509 install-exec: install-exec-am 510 install-data: install-data-am 513 install-am: all-am 514 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am [all …]
|
| /third_party/cares/include/ |
| D | Makefile.in | 141 *) (install-info --version) >/dev/null 2>&1;; \ 241 INSTALL = @INSTALL@ 338 ACLOCAL_AMFLAGS = -I m4 --install 340 # what headers to install on 'make install': 393 install-includeHEADERS: $(include_HEADERS) 506 install: install-am 507 install-exec: install-exec-am 508 install-data: install-data-am 511 install-am: all-am 512 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am [all …]
|
| /third_party/skia/third_party/externals/microhttpd/src/include/ |
| D | Makefile.in | 121 install-data-recursive install-dvi-recursive \ 122 install-exec-recursive install-html-recursive \ 123 install-info-recursive install-pdf-recursive \ 124 install-ps-recursive install-recursive installcheck-recursive \ 130 *) (install-info --version) >/dev/null 2>&1;; \ 251 INSTALL = @INSTALL@ 424 install-includeHEADERS: $(include_HEADERS) 608 install: install-recursive 609 install-exec: install-exec-recursive 610 install-data: install-data-recursive [all …]
|
| /third_party/curl/tests/certs/scripts/ |
| D | Makefile.in | 142 *) (install-info --version) >/dev/null 2>&1;; \ 225 INSTALL = @INSTALL@ 478 install: install-am 479 install-exec: install-exec-am 480 install-data: install-data-am 483 install-am: all-am 484 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 487 install-strip: 491 install; \ 495 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/curl/packages/vms/ |
| D | Makefile.in | 142 *) (install-info --version) >/dev/null 2>&1;; \ 225 INSTALL = @INSTALL@ 509 install: install-am 510 install-exec: install-exec-am 511 install-data: install-data-am 514 install-am: all-am 515 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 518 install-strip: 522 install; \ 526 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ [all …]
|
| /third_party/mesa3d/.gitlab-ci/piglit/ |
| D | piglit-runner.sh | 10 INSTALL=`pwd`/install 13 export LD_LIBRARY_PATH=`pwd`/install/lib/ 15 export VK_ICD_FILENAMES=`pwd`/install/share/vulkan/icd.d/"$VK_DRIVER"_icd.${VK_CPU:-`uname -m`}.json 56 if [ -e "$INSTALL/$GPU_VERSION-fails.txt" ]; then 57 PIGLIT_RUNNER_OPTIONS="$PIGLIT_RUNNER_OPTIONS --baseline $INSTALL/$GPU_VERSION-fails.txt" 61 touch $INSTALL/$GPU_VERSION-flakes.txt 63 if [ -n "$VK_DRIVER" ] && [ -e "$INSTALL/$VK_DRIVER-skips.txt" ]; then 64 PIGLIT_SKIPS="$PIGLIT_SKIPS $INSTALL/$VK_DRIVER-skips.txt" 67 if [ -n "$GALLIUM_DRIVER" ] && [ -e "$INSTALL/$GALLIUM_DRIVER-skips.txt" ]; then 68 PIGLIT_SKIPS="$PIGLIT_SKIPS $INSTALL/$GALLIUM_DRIVER-skips.txt" [all …]
|