-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Fresh install with pnpm isn't working #7106
Comments
i got the same issue did you find a solution ? |
I did not. I chose NPM as my installer and it works fine for now. I loved the way PNPM works but together they just don't work yet. (edited as I mistakenly thought this ticket was about Nuxt3) |
Any update on this?
Running the command |
Figured my issue. It might be yours. Found out that
Somehow, something had created a node_modules folder in the project. I removed it and ran |
I have met this issue today. I have found the packageManager field value is 'pnpm' in .vuerc file. Then change to 'npm' and it can fix this issue temporarily. |
@bartlian That's useful for me. Thank u so much! Maybe it's PNPM7.1 of i use |
|
Thanks to @Hergeirs', I found this solution :
And it worked for me, |
I am having this problem too, I can't create a new Vue.js App with the
|
I am also facing this Issue. |
More:
|
Two alternative quick-fixes (workarounds) not yet mentioned:
|
Tried your approach. Still not able to create vue 2 scaffolded project with pnpm. Issue still persists. @ReSpawN @ayu14214 |
Hmmm.. Let me try it in Vue 2. I will hopefully get back to you soon. |
I am also facing this Issue. |
+1 faced on both node v14 and 16. Setting npm as dependency manage save the issue. |
How to solve this problem? |
Post more messages and wait for next release 😁 |
Using pnpm v6 solved the issue for me |
pnpm v7 makes breaking change to set |
This issue was fixed in #7265 and should be closed. |
Version
5.0.4
Reproduction link
cli.vuejs.org
Environment info
Steps to reproduce
Regular
vue create project-name
. Manual or default 3.x install doesn't matter.In the end, choose PNPM as your package manager (or launch with --packageManager=pnpm)
What is expected?
A cleanly installed project
What is actually happening?
No install except the basic generation of the required package.json and other related files (no node_modules)
The text was updated successfully, but these errors were encountered: