1NODEENV(1) User Commands NODEENV(1)
2
3
4
6 nodeenv - manual page for nodeenv 1.8.0
7
9 usage: nodeenv [OPTIONS] DEST_DIR
10
11 positional arguments:
12 DEST_DIR
13 Destination directory
14
15 options:
16 -h, --help
17 show this help message and exit
18
19 --version
20 show program's version number and exit
21
22 -n NODE_VER, --node NODE_VER
23 The node.js version to use, e.g., --node=0.4.3 will use the
24 node-v0.4.3 to create the new environment. The default is last
25 stable version (`latest`). Use `lts` to use the latest LTS re‐
26 lease. Use `system` to use system-wide node.
27
28 --mirror MIRROR
29 Set mirror server of nodejs.org to download from.
30
31 -j JOBS, --jobs JOBS
32 Sets number of parallel commands at node.js compilation. The de‐
33 fault is 2 jobs.
34
35 --load-average LOAD_AVERAGE
36 Sets maximum load average for executing parallel commands at
37 node.js compilation.
38
39 --without-ssl
40 Build node.js without SSL support
41
42 --debug
43 Build debug variant of the node.js
44
45 --profile
46 Enable profiling for node.js
47
48 --make MAKE_PATH, -m MAKE_PATH
49 Path to make command
50
51 --source
52 Install node.js from the source
53
54 -v, --verbose
55 Verbose mode
56
57 -q, --quiet
58 Quiet mode
59
60 -C CONFIG_FILE, --config-file CONFIG_FILE
61 Load a different file than '~/.nodeenvrc'. Pass an empty string
62 for no config (use built-in defaults).
63
64 -r FILENAME, --requirements FILENAME
65 Install all the packages listed in the given requirements file.
66
67 --prompt PROMPT
68 Provides an alternative prompt prefix for this environment
69
70 -l, --list
71 Lists available node.js versions
72
73 --update
74 Install npm packages from file without node
75
76 --with-npm
77 Build without installing npm into the new virtual environment.
78 Required for node.js < 0.6.3. By default, the npm included with
79 node.js is used. Under Windows, this defaults to true.
80
81 --npm NPM_VER
82 The npm version to use, e.g., --npm=0.3.18 will use the
83 npm-0.3.18.tgz tarball to install. The default is last available
84 version (`latest`).
85
86 --no-npm-clean
87 Skip the npm 0.x cleanup. Cleanup is enabled by default.
88
89 --python-virtualenv, -p
90 Use current python virtualenv
91
92 --clean-src, -c
93 Remove "src" directory after installation
94
95 --force
96 Force installation in a pre-existing directory
97
98 --prebuilt
99 Install node.js from prebuilt package (default)
100
101 --ignore_ssl_certs
102 Ignore certificates for package downloads. - UNSAFE -
103
104
105
106nodeenv 1.8.0 July 2023 NODEENV(1)