Node15 Stay on DONE Build complete. The dist directory is ready to be deployed.
See original GitHub issueVersion
4.2.1
Environment info
Environment Info:
System:
OS: Windows 10 10.0.18363
CPU: (8) x64 Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz
Binaries:
Node: 15.10.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.5 - ~\AppData\Roaming\npm\yarn.CMD
npm: 6.14.9 - C:\Program Files\nodejs\npm.CMD
Browsers:
Chrome: 87.0.4280.141
Edge: Spartan (44.18362.449.0)
npmPackages:
@ant-design/icons-vue: 2.0.0
@tinymce/tinymce-vue: 3.0.1 => 2.1.0
@vue/babel-preset-app: 3.2.0
@vue/cli-overlay: 3.2.0
@vue/cli-plugin-babel: 3.2.0 => 3.2.0
@vue/cli-plugin-eslint: 3.2.0 => 3.2.1
@vue/cli-service: 3.2.0 => 3.2.0
@vue/cli-shared-utils: 3.2.0
@vue/component-compiler-utils: 2.3.0
@vue/preload-webpack-plugin: 1.1.0
@vue/web-component-wrapper: 1.2.0
ant-design-vue: 1.5.0 => 1.6.1
babel-helper-vue-jsx-merge-props: 2.0.3
babel-plugin-transform-vue-jsx: 4.0.1
eslint-plugin-vue: 6.2.2 => 5.0.0 (4.7.1)
viser-vue: 2.4.2 => 2.4.2
vue: 2.5.17 => 2.5.19 (2.6.11)
vue-cropper: 0.4.4 => 0.4.6
vue-eslint-parser: 2.0.3 (4.0.3)
vue-hot-reload-api: 2.3.1
vue-loader: 15.4.2
vue-ls: 3.2.0 => 3.2.0
vue-print-nb: 1.5.0 => 1.5.0
vue-qr: 2.2.1 => 2.2.1
vue-ref: 2.0.0
vue-router: 3.0.1 => 3.0.2
vue-style-loader: 4.1.2
vue-template-compiler: 2.5.17 => 2.5.19
vue-template-es2015-compiler: 1.6.0
vuex: 3.0.1 => 3.0.1
npmGlobalPackages:
@vue/cli: Not Found
Steps to reproduce
- npm run build
What is expected?
Continue executing the CI code
What is actually happening?
Staying still on this line does not report an error
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
When the vue-cli-service build is completed, the process will ...
When I used vue-cli-service to build my project, the console prompted: DONE ...
Read more >Page appears completly in blank - Netlify Support Forums
Hi!! I made my project using Vue-Cli, loading it from GitHub everything is okey but when I opened my deployment there was nothing...
Read more >Setup Guide for Vue.JS With Tailwindcss - Level Up Coding
Learn how to set up Vue.js with tailwindcss and GitHub Actions for local and remote ... DONE Build complete. The dist directory is...
Read more >Step-by-step Guide To Building and Deploying a Vue JS App ...
Building and deploying your own apps with VueJs has never been so easy ... dist folder where Vue minifies everything to be production-ready....
Read more >How to serve Vue App with Express - BezKoder
Otherwise, when deploying Vue production-build with Node.js Express ... DONE Build complete. The build directory is ready to be deployed.
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
Thanx, this helped me
Check your npm packages first. In my case it was
vue-cli-plugin-webpack-bundle-analyzer
which was causing issue when I was running the development build command:vue-cli-service build --mode development
I uninstalled this specific npm package and the above command worked fine.