-
Notifications
You must be signed in to change notification settings - Fork 242
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
Volta error: Could not locate executable pnpm
in your project
#1293
Comments
Hi @Mr-xzq, thanks for the question! There are a couple of connected issues here:
For the time being, I believe it should work to use the global default version of |
Hi @charlespierce, thank you very much for your answer! Your answer solved my question very well! I just need to remove pnpm in devDependencies: {
"devDependencies": {
-- "pnpm": "7.9.0",
}
} Looking forward to the follow-up progress of Volta's support for pnpm. #1273 |
tks. after i delete 'pnpm' in devDependencies, |
thx, same problem here but works fine after deleting |
Even if you have pnpm installed globally.
When you set packageManager and pnpm as devDependencies in package.json:
Then you run command in project:
Error Info:
Is it related to this?
https://docs.volta.sh/guide/understanding#managing-your-project
The text was updated successfully, but these errors were encountered: