-
Notifications
You must be signed in to change notification settings - Fork 434
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
Peer dependency issue when when creating a new app #126
Comments
Can't reproduce it on my machine. Maybe it's caused by something in the parent folder? Something in |
@sodatea thank you for trying to reproduce. I also tried it it directly on my desktop and ran into the same error (I've tried a few different directories): |
Also tried:
|
What's your npm version? This is super weird. Because |
And here is the error report:
|
For now, you can use I think it could be an npm bug: npm/cli#4859 |
@sodatea I wanted to follow-up on this one incase anyone else runs into this issue. I discovered that the issue was caused by company's internal NPM registry. I removed the registry from the NPM config file, and it solved the issue. Thanks! |
When running
npm init vue@latest
or npm init vue@3and then running
npm install` I'm running into the following peer dependency issues:And here is my project setup selection:
Node: 16.16.0
MacOS: 12.3 (Apple Silicon)
The text was updated successfully, but these errors were encountered: