-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
not able to create a project if npm is not installed #3393
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
Comments
Workaround I created a dummy "npm" binary that simply ran yarn w/ the args. (I should not have to do this) |
@urkle do you have the code for me? Im having the same issue here |
@yooouuri this is fixed in recent versions of Vue cli (at least for create) |
Sadly it is not for I am using a monorepo with (for now) one Vue project. When I run for example |
I've opened #5150 to fix this issue. |
Thanks, would be nice to see this issue to be fixed. Had to write an ugly fix... Removed npm, added the following script (as npm) to my path.
|
Version
3.3.0
Environment info
(
@vue/cli
is installed globally via yarn.Steps to reproduce
vue create myproject
What is expected?
it to work toward creating the project
What is actually happening?
The text was updated successfully, but these errors were encountered: