Vue CLI build failed. Please resolve any issues with your build and try again.
See original GitHub issueI am getting Vue CLI build failed. Please resolve any issues with your build and try again.
when i run the vue-cli-service electron:build
command.
The serve command is working fine.
If i run the command npm run build
it gives me the error
Error: CSS minification error: Expected a pseudo-class or pseudo-element.. File: css/app.a1ff64ba.css
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
error "vue-cli-service: command not found" when running a ...
Sometimes caching is the problem.can you try npm run cache clean --force and delete package-lock.json and try to install again. – Gurkan Ugurlu....
Read more >Common Issues | Vue CLI Plugin Electron Builder
This issue is likely caused when Vue Router is operating in history mode. In Electron, it only works in hash mode. To fix...
Read more >Deployment - Vue CLI
The easiest way to preview your production build locally is using a Node.js static file server, for example serve:.
Read more >vue-cli-plugin-electron-builder - Bountysource
A Vue Cli 3 plugin for Electron with no required configuration ... to install correctly, please delete node_modules/electron and try installing again.
Read more >vue cli build failed. please resolve any issues with your ... - 掘金
vue cli build failed. please resolve any issues with your build and try again技术、学习、经验文章掘金开发者社区搜索结果。掘金是一个帮助开发者成长的社区,vue ...
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 Free
Top 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
This is my issue. I didnt see any errors. Just tell me ‘ERROR Vue CLI build failed. Please resolve any issues with your build and try again.’.
How can i fix.?
And i am using
npm run electron:builder
commant.Ok, my bad. I found my solution. Thanks. It was an issue with comments in css.