After start vue-cli-3 tutorial project 98% after emitting CopyPlugin
See original GitHub issueVersion
3.8.4
Environment info
System:
OS: Windows 10
CPU: (12) x64 Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
Binaries:
Node: 10.16.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.16.0 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.9.0 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: 42.17134.1.0
npmPackages:
@vue/babel-helper-vue-jsx-merge-props: 1.0.0
@vue/babel-plugin-transform-vue-jsx: 1.0.0
@vue/babel-preset-app: 3.8.0
@vue/babel-preset-jsx: 1.0.0
@vue/babel-sugar-functional-vue: 1.0.0
@vue/babel-sugar-inject-h: 1.0.0
@vue/babel-sugar-v-model: 1.0.0
@vue/babel-sugar-v-on: 1.0.0
@vue/cli-overlay: 3.8.0
@vue/cli-plugin-babel: ^3.8.0 => 3.8.0
@vue/cli-plugin-eslint: ^3.8.0 => 3.8.0
@vue/cli-service: ^3.8.0 => 3.8.4
@vue/cli-shared-utils: 3.8.0
@vue/component-compiler-utils: 2.6.0
@vue/preload-webpack-plugin: 1.1.0
@vue/web-component-wrapper: 1.2.0
eslint-plugin-vue: ^5.0.0 => 5.2.2 (4.7.1)
vue: ^2.6.10 => 2.6.10
vue-eslint-parser: 5.0.0 (2.0.3)
vue-hot-reload-api: 2.3.3
vue-loader: 15.7.0
vue-style-loader: 4.1.2
vue-template-compiler: ^2.6.10 => 2.6.10
vue-template-es2015-compiler: 1.9.1
npmGlobalPackages:
@vue/cli: Not Found
Steps to reproduce
Download Nodejs version 10.16.0 , install, npm install -g @vue/cli , vue create hello-world , npm run serve
What is expected?
project is compiled
What is actually happening?
INFO Starting development server… 98% after emitting CopyPlugin
Issue Analytics
- State:
- Created 4 years ago
- Comments:27 (2 by maintainers)
Top Results From Across the Web
98% after emitting CopyPlugin when npm run server in Vue.js
After I completed the todolist app that can be clicked on the submit button with handleSubmit function, and I want to add another...
Read more >98% after emitting CopyPlugin - vue-cli - Vue Forum
98 % after emitting CopyPlugin. ERROR Failed to compile with 2 errors 9:45:30 AM This dependency was not found:.
Read more >Vue Cli Change Entry File (main.ts to main.js)
I setup a vue project via cli and selected TypeScript as the ... with 2048MB memory limit 98% after emitting CopyPlugin ERROR Failed...
Read more >[Solved]-Vue-cli-service@latest not found-Vue.js
Starting type checking service... Using 1 worker with 2048MB memory limit 98% after emitting CopyPlugin DONE Compiled successfully in 3847ms 23:00:11.
Read more >How to Migrate from Vue CLI to Vite - Vue School Blog
4",. Also, since we're migrating a Vue 2 project we also need to include the community maintained Vite plugin for Vue 2, in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I experienced the same issue when I tried to use
import {someFunction} from '';
, i.e. I forgot to specify the package to import from.
I had such a problem. Somewhere in the code I left an empty import and forgot. Code:
Hope this can help you