-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Clean Vue.CLI install gives error (vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.) #1345
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
What is the result of |
And the result of |
Not sure what those missing ones are as I've done an |
Everything seems fine, try |
Also could you try with yarn? |
I'll have to install yarn as I don't use it, is it the |
Yarn list: Tree formatting is a bit off when I piped it to a file sorry |
Also, |
Something strange happened 🐱 @yyx990803 original message:
|
OS : Windows 10 (1803) npm : 5.6.0 Repository with files that fail (at least for me) : https://github.com/GordonCopestake/Vue.Cli_Issue_1345/ |
Just tried a fresh install on Windows 10 with npm 5.6 and it works as expected... unfortunately, there isn't much we can do based on the given information. Feel free to follow up with more information, but closing because this is more likely related to your system rather than a problem in Vue CLI itself. |
OK, thanks. Must be my setup. I'll do a fresh install and go from there Just for reference, there is a screen capture here of my process: https://youtu.be/tW3xE7py3wQ |
I'm getting the exact same error message. On the first run of webpack the error accures only seldom. But when webpack tries to rebuild after a change in a .vue file I get the error every time. |
Version
3.0.0-beta.11
Reproduction link
https://github.com/vuejs/vue-cli/blob/dev/docs/README.md
Steps to reproduce
Following current documentation here: https://github.com/vuejs/vue-cli/blob/dev/docs/README.md the following commands are ran on a clean install:
npm install -g @vue/cli
vue create myproject
[choose defaults]cd myproject
npm run serve
What is expected?
Project is compiled and ran with default website showing
What is actually happening?
A compile error
vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.
Seems the VueLoader change from v14 to v15 breaks some things. The default new create project though should be fixed ASAP as it will put off new users
The text was updated successfully, but these errors were encountered: