我得到npm run dev和npm在nuxt.js中运行构建错误

时间:2017-10-22 18:45:12

标签: javascript node.js npm vue.js nuxt.js

在Mac上开发。

从以下命令开始:

vue init nuxt / express myproject

开发完成后,准​​备在真实服务器上构建。 (Ubuntu的) 真实服务器的配置如下。

├── @ nuxtjs / axios @ 4.4.0 ├── alertify.js@1.0.12 ├── axios@0.16.2 ├── babel-polyfill@6.26.0 ├── body-parser@1.18.2 ├── bootstrap@4.0.0-beta.2 ├── connect-redis@3.3.2 ├── cookie-parser@1.4.3 ├── cross-env@5.1.0 ├── express@4.16.2 ├── express-session@1.15.6 ├── fs@0.0.1-security ├── jquery@3.2.1 ├── lodash@4.17.4 ├── moment@2.19.1 ├── node@8.3.0 ├── nuxt@1.0.0-rc9 ├── passport@0.4.0 ├── passport-local@1.0.0 ├── pg-promise@7.0.2 ├── popper.js@1.12.5 ├── redis@2.8.0 ├── source-map-support@0.4.18 ├── winston@2.4.0 └── winston-daily-rotate-file@1.7.2

输入命令。

npm run dev

enter image description here

这一次,输入以下命令。

npm run build

enter image description here

会生成所有错误,例如图片。

在本地服务器上进行开发时没有问题。

为什么会出错?

0 个答案:

没有答案