项目启动报错
来源:7-2 首页Header开发-城市定位服务设计

小含儿
2018-11-26
(node:910) UnhandledPromiseRejectionWarning: Error: Could not compile template /Users/boeyxuan/mt-app/node_modules/@nuxt/vue-app/template/App.js: Cannot resolve “@/asses/css/main.css” from "/Users/boeyxuan/mt-app/asses/css/main.css"
at Promise.all.templatesFiles.map (/Users/boeyxuan/mt-app/node_modules/@nuxt/builder/dist/builder.js:6009:17)
(node:910) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:910) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
[nodemon] clean exit - waiting for changes before restart
1回答
-
快乐动起来呀
2018-11-26
css模块没有解析出来,用的是脚手架搭的项目吗,参考下源码,尽量不要自己从0搭建项目
022018-11-26
相似问题