-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corepack included in Node 16.9.0, where is it? #52
Comments
It seems like |
It appears there is no bundle/binary supporting Windows yet. The only available binaries are at https://github.com/nodejs/corepack/actions/runs/276463953. |
I just downloaded https://nodejs.org/dist/v16.9.0/node-v16.9.0-win-x64.zip and it's there.
|
This issue really should be closed in favor of coreybutler/nvm-windows#660 (I pulled the upstream-bug tag off, since NVM4W can work with what corepack is supplying in the distro). |
NVM for Windows v1.1.8 has shipped with corepack support: https://github.com/coreybutler/nvm-windows |
Hi,
I just installed node v16.9.0 (using nvm-windows) which supposed to include corepack right off the bat. But when I open terminal and typed
corepack enable
, I'm getting usual errorcorepack : The term 'corepack' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
I searched the whole drive for corepack and didn't find anything. So where is it? Do I still need to install it using npm?
The text was updated successfully, but these errors were encountered: