Skip to content
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: Failed to resolve plugin: @vue/cli-service #1486

Closed
macwac opened this issue Jun 6, 2018 · 1 comment
Closed

Error: Failed to resolve plugin: @vue/cli-service #1486

macwac opened this issue Jun 6, 2018 · 1 comment
Labels

Comments

@macwac
Copy link

macwac commented Jun 6, 2018

Version

3.0.0-beta.15

Reproduction link

https://github.com/vuejs/vue-cli

Steps to reproduce

vue create my-project
defualt config or custom

What is expected?

Command to scaffold project and install dependencies.

What is actually happening?

Command creates package.json, package-lock.json files and installs some (or all?) dependencies into node_modules dir, but doesn't scaffold any other files.


$ npm -v
6.1.0
$node -v
v9.2.1

🚀 Invoking generators...
ERROR Error: Failed to resolve plugin: @vue/cli-service
Error: Failed to resolve plugin: @vue/cli-service
at Creator.resolvePlugins (/usr/local/lib/node_modules/@vue/cli/lib/Creator.js:303:15)
at Creator.create (/usr/local/lib/node_modules/@vue/cli/lib/Creator.js:146:32)
at
at process._tickCallback (internal/process/next_tick.js:188:7)

@macwac
Copy link
Author

macwac commented Jun 6, 2018

similar problem #1396 but in beta.14 and node v8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants