Yarn Berry PnP + Quasar Error #1115
-
I opened an issue on the quasar repository, but I don't know if the error is due to quasar. Could you take a look? |
Beta Was this translation helpful? Give feedback.
Answered by
coreybutler
Mar 18, 2024
Replies: 1 comment 1 reply
-
I think this part of the issue is nvm's responsibility or not? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
corepack may be enabled in your node version, but is it configured for the project in your package.json?
https://nodejs.org/api/corepack.html#configuring-a-package
NVM4W merely installs Node and its features... then it backs off and leaves your environment alone. In other words, using corepack doesn't interact with NVM4W at all. If you've verified the package.json, I'd recommend opening an issue in the corepack repo for more specific support.