-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error when installing plugin to project using vue-cli 3 #11
Comments
I have been able to reproduce this. It does not happen in npm 6.4.1, but does with npm 6.9.0. Will try and determine what is going on and get this fixed. |
Fix #11 - fix extractCallDir for npm 6.9.0
As an addendum, it appears that nodejs/node#26738 changed the way I reworked the method to get it working again. This should now be fixed in 0.0.15 which was just pushed to the npm registry. |
It works now. Thank you! |
this problem still exist... :( |
I tried using
vue create project-name
as well asvue ui
with default preset (babel, eslint) as well as default plugin options to create my project but I'm still receiving this error.package.json
The text was updated successfully, but these errors were encountered: