corepack
corepack copied to clipboard
Zero-runtime-dependency package acting as bridge between Node projects and their package managers
One of the biggest problems I have today with Corepack is the `Usage Error: This project is configured to use `. This happens when I run `npm i -g vercel@latest`...
I can't find any details on the current project status such as anything that needs to be solved before going stable. 1. Are there any outstanding blockers? 2. Are there...
Now that snapshots [have been merged](https://twitter.com/JoyeeCheung/status/1554520540903194624), Corepack should leverage them to decrease the package managers boot times - similar to how we currently use [`v8-compile-cache`](https://www.npmjs.com/package/v8-compile-cache). The way I imagine it,...
This PR ensures that fresh install of Corepack would always use the latest available version for a given package manager. We probably want to add a command to clear the...
Fixes: https://github.com/nodejs/corepack/issues/145 Refs: https://github.com/nodejs/node/issues/43859
The node.js installer on windows (*.msi) will choose `C:\Program Files\nodejs` by default to place node.exe, npm and corepack. As you may know this place requires admin permission, the installer will...
[XDG Base Directory](https://wiki.archlinux.org/title/XDG_Base_Directory) By default, corepack creates folder on `$HOME/.node/corepack`. This should not be the default, but rather a fallback. Default location should be something like `$XDG_CACHE_HOME/node/corepack` or `$HOME/.cache/node/corepack` respecting...
Hi, This feature request is not exactly the same than the one mentioned in #57. As introduced in the docs [here](https://github.com/nodejs/corepack#corepack-binary-nameversion--args), command `corepack [@] [... args]` allows to execute a...
Is this an oversight or on purpose?
> If the local project is configured for the package manager you're using, Corepack will silently download and cache the latest compatible version. Does corepack provide anyway to delete the...