Vue编译打包失败,提示Unhandled rejection Error错误
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vue编译打包失败,提示Unhandled rejection Error错误相关的知识,希望对你有一定的参考价值。
参考技术A 错误描述:解决方案:
https://stackoverflow.com/questions/56820768/unhandled-rejection-error-when-building-vue-js-project
vue2.0运行导入的项目出现node:events:491 throw er; // Unhandled ‘error‘ event错误提示解决办法
只为记录自己遇到的错误。
错误提示:
App running at:
- Local: http://localhost:8080/
- Network: unavailable
Note that the development build is not optimized.
To create a production build, run npm run build.
node:events:491
throw er; // Unhandled 'error' event
^
在尝试过关闭占用端口后还是无法解决,最后找到vue.config.js文件中
将open中的true改为false即可正常运行
至于端口号我这边是指定为8080的了
在package.json中的dev中加 --port 8080即可指定端口号
只为记录自己遇到的错误。
以上是关于Vue编译打包失败,提示Unhandled rejection Error错误的主要内容,如果未能解决你的问题,请参考以下文章
vue2.0运行导入的项目出现node:events:491 throw er; // Unhandled ‘error‘ event错误提示解决办法
我制作的 vue 前端编译失败,出现一个错误,提示“未找到此相关模块模块”