Home
last modified time | relevance | path

Searched +full:- +full:- +full:install (Results 1 – 25 of 1148) sorted by relevance

12345678910>>...46

/third_party/node/deps/npm/man/man1/
Dnpm-install.11 .TH "NPM-INSTALL" "1" "February 2024" "" ""
3 \fBnpm-install\fR - Install a package
8 npm install \[lB]<package-spec> ...\[rB]
15 This command installs a package and any packages that it depends on. If the package has a package-l…
18 \fBnpm-shrinkwrap.json\fR
20 \fBpackage-lock.json\fR
26 See \fBpackage-lock.json\fR \fI\(la/configuring-npm/package-lock-json\(ra\fR and npm help shrinkwra…
31 … a program described by a \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR file
39 e) a \fB<name>@<tag>\fR (see npm help dist-tag) that points to (d)
47 …te a node program (a), and perhaps if you also want to be able to easily install it elsewhere afte…
[all …]
Dnpm-ci.11 .TH "NPM-CI" "1" "February 2024" "" ""
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:
20 The project \fBmust\fR have an existing \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR.
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.
28 It will never write to \fBpackage.json\fR or any of the package-locks: installs are essentially fro…
32-lock.json\fR file by running \fBnpm install\fR with flags that can affect the shape of your depen…
[all …]
/third_party/node/deps/npm/docs/content/commands/
Dnpm-install.md1 ---
2 title: npm-install
4 description: Install a package
5 ---
10 npm install [<package-spec> ...]
18 package has a package-lock, or an npm shrinkwrap file, or a yarn lock file,
22 * `npm-shrinkwrap.json`
23 * `package-lock.json`
26 See [package-lock.json](/configuring-npm/package-lock-json) and
27 [`npm shrinkwrap`](/commands/npm-shrinkwrap).
[all …]
Dnpm-ci.md1 ---
2 title: npm-ci
4 description: Clean install a project
5 ---
12 aliases: clean-install, ic, install-clean, isntall-clean
17 This command is similar to [`npm install`](/commands/npm-install), except
19 continuous integration, and deployment -- or any situation where you want
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:
24 * The project **must** have an existing `package-lock.json` or
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeFromPropertyAssignment22.symbols1 === 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))
13 >prototype : Symbol(Function.prototype, Decl(lib.es5.d.ts, --, --))
14 >loadArgMetadata : Symbol(Installer.loadArgMetadata, Decl(npm-install.js, 2, 1))
15 >next : Symbol(next, Decl(npm-install.js, 3, 48))
[all …]
/third_party/lame/debian/
DMakefile.in25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
46 mkinstalldirs = $(install_sh) -d
89 INSTALL = @INSTALL@
201 libmp3lame-dev.install \
202 libmp3lame0.install \
204 lame.install \
209 all: all-am
216 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
[all …]
/third_party/node/deps/npm/tap-snapshots/test/lib/
Dnpm.js.test.cjs2 * This snapshot file is auto-generated, but designed for humans.
4 * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
13 npm install install all the dependencies in your project
14 npm install <foo> add the <foo> dependency to your project
17 npm <command> -h quick help on <command>
18 npm -l display usage info for all commands
25 config, dedupe, deprecate, diff, dist-tag, docs, doctor,
26 edit, exec, explain, explore, find-dupes, fund, get, help,
27 help-search, hook, init, install, install-ci-test,
28 install-test, link, ll, login, logout, ls, org, outdated,
[all …]
/third_party/jerryscript/targets/zephyr/
DMakefile.travis7 # http://www.apache.org/licenses/LICENSE-2.0
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:
30 …ttps://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.10.0/zephyr-sdk-0.10.0-setup.run
31 sh ../zephyr-sdk-0.10.0-setup.run -- -y -d $(CURDIR)/../zephyr-sdk-0.10.0
33 # Fetch Zephyr Project repository and install python dependencies.
[all …]
/third_party/node/deps/npm/lib/utils/
Dcmd-list.js17 'dist-tag',
24 'find-dupes',
28 'help-search',
31 'install',
32 'install-ci-test',
33 'install-test',
54 'run-script',
85 add: 'install',
97 i: 'install',
98 it: 'install-test',
[all …]
/third_party/lame/vc_solution/
DMakefile.in4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
20 if test -z '$(MAKELEVEL)'; then \
22 elif test -n '$(MAKE_HOST)'; then \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31 case $${target_option-} in \
34 "target option '$${target_option-}' specified" >&2; \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
[all …]
/third_party/lame/macosx/English.lproj/
DMakefile.in4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
20 if test -z '$(MAKELEVEL)'; then \
22 elif test -n '$(MAKE_HOST)'; then \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31 case $${target_option-} in \
34 "target option '$${target_option-}' specified" >&2; \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
[all …]
/third_party/lame/ACM/ADbg/
DMakefile.in4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
20 if test -z '$(MAKELEVEL)'; then \
22 elif test -n '$(MAKE_HOST)'; then \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31 case $${target_option-} in \
34 "target option '$${target_option-}' specified" >&2; \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
[all …]
/third_party/lame/macosx/LAME.xcodeproj/
DMakefile.in4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
20 if test -z '$(MAKELEVEL)'; then \
22 elif test -n '$(MAKE_HOST)'; then \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31 case $${target_option-} in \
34 "target option '$${target_option-}' specified" >&2; \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
[all …]
/third_party/lame/mac/
DMakefile.in4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
20 if test -z '$(MAKELEVEL)'; then \
22 elif test -n '$(MAKE_HOST)'; then \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31 case $${target_option-} in \
34 "target option '$${target_option-}' specified" >&2; \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
[all …]
/third_party/lame/Dll/
DMakefile.in4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
20 if test -z '$(MAKELEVEL)'; then \
22 elif test -n '$(MAKE_HOST)'; then \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31 case $${target_option-} in \
34 "target option '$${target_option-}' specified" >&2; \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
[all …]
/third_party/lame/ACM/ddk/
DMakefile.in4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
20 if test -z '$(MAKELEVEL)'; then \
22 elif test -n '$(MAKE_HOST)'; then \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31 case $${target_option-} in \
34 "target option '$${target_option-}' specified" >&2; \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
[all …]
/third_party/lame/ACM/tinyxml/
DMakefile.in4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
20 if test -z '$(MAKELEVEL)'; then \
22 elif test -n '$(MAKE_HOST)'; then \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31 case $${target_option-} in \
34 "target option '$${target_option-}' specified" >&2; \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
[all …]
/third_party/lame/dshow/
DMakefile.in4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
20 if test -z '$(MAKELEVEL)'; then \
22 elif test -n '$(MAKE_HOST)'; then \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31 case $${target_option-} in \
34 "target option '$${target_option-}' specified" >&2; \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
[all …]
/third_party/mesa3d/.gitlab-ci/
Dprepare-artifacts.sh3 set -e
4 set -o xtrace
6 CROSS_FILE=/cross_file-"$CROSS".txt
9 rm -rf install/bin install/include
12 if [ -n "$CROSS" ]; then
13 STRIP=`sed -n -E "s/strip\s*=\s*'(.*)'/\1/p" "$CROSS_FILE"`
14 if [ -z "$STRIP" ]; then
21 if [ -z "$ARTIFACTS_DEBUG_SYMBOLS" ]; then
22 find install -name \*.so -exec $STRIP {} \;
27 echo "$(cat VERSION) (git-$(git rev-parse HEAD | cut -b -10))" > install/VERSION
[all …]
/third_party/skia/third_party/externals/microhttpd/contrib/
DMakefile.in4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 case $${target_option-} in \
22 "target option '$${target_option-}' specified" >&2; \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
[all …]
/third_party/skia/third_party/externals/microhttpd/m4/
DMakefile.in4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 case $${target_option-} in \
22 "target option '$${target_option-}' specified" >&2; \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
[all …]
/third_party/skia/third_party/externals/microhttpd/doc/doxygen/
DMakefile.in4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 case $${target_option-} in \
22 "target option '$${target_option-}' specified" >&2; \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
[all …]
/third_party/curl/scripts/
DMakefile.in4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
37 # SPDX-License-Identifier: curl
42 if test -z '$(MAKELEVEL)'; then \
44 elif test -n '$(MAKE_HOST)'; then \
46 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
53 case $${target_option-} in \
56 "target option '$${target_option-}' specified" >&2; \
79 *=*|--*) continue;; \
80 -*I) strip_trailopt 'I'; skip_next=yes;; \
81 -*I?*) strip_trailopt 'I';; \
[all …]
/third_party/lame/doc/html/
DMakefile.in4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
19 if test -z '$(MAKELEVEL)'; then \
21 elif test -n '$(MAKE_HOST)'; then \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30 case $${target_option-} in \
33 "target option '$${target_option-}' specified" >&2; \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
[all …]
/third_party/lame/doc/man/
DMakefile.in4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
18 if test -z '$(MAKELEVEL)'; then \
20 elif test -n '$(MAKE_HOST)'; then \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29 case $${target_option-} in \
32 "target option '$${target_option-}' specified" >&2; \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
[all …]

12345678910>>...46