You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* handle tags including numbers in `prepare` command ([#165](https://github.com/nodejs/corepack/issues/165)) ([5a0727b](https://github.com/nodejs/corepack/commit/5a0727b43976e0dc299151876c0dde2c4a85174d))
Copy file name to clipboardexpand all lines: deps/corepack/README.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -111,12 +111,18 @@ This command will retrieve the given package manager from the specified archive
111
111
112
112
## Environment Variables
113
113
114
-
-`COREPACK_ENABLE_NETWORK` can be set to `0` to prevent Corepack from accessing the network (in which case you'll be responsible for hydrating the package manager versions that will be required for the projects you'll run, using `corepack hydrate`).
115
-
116
114
-`COREPACK_DEFAULT_TO_LATEST` can be set to `0` in order to instruct Corepack
117
115
not to lookup on the remote registry for the latest version of the selected
118
116
package manager.
119
117
118
+
-`COREPACK_ENABLE_NETWORK` can be set to `0` to prevent Corepack from accessing
119
+
the network (in which case you'll be responsible for hydrating the package
120
+
manager versions that will be required for the projects you'll run, using
121
+
`corepack hydrate`).
122
+
123
+
-`COREPACK_ENABLE_STRICT` can be set to `0` to prevent Corepack from checking
124
+
if the package manager corresponds to the one defined for the current project.
125
+
120
126
-`COREPACK_HOME` can be set in order to define where Corepack should install
121
127
the package managers. By default it is set to `%LOCALAPPDATA%\node\corepack`
122
128
on Windows, and to `$HOME/.cache/node/corepack` everywhere else.
Copy file name to clipboardexpand all lines: deps/corepack/dist/vendors-_yarn_berry_cache_proxy-agent-npm-5_0_0-41772f4b01-9_zip_node_modules_proxy-agent_index_js.js
0 commit comments