输入npm run build 报错
反复检查了代码 和老师的一样 但是 输入npm run build 就报这个错
反复检查了代码 和老师的一样 但是 输入npm run build 就报这个错
2018-04-09
at Module.load (internal/modules/cjs/loader.js:620:32)
at tryModuleLoad (internal/modules/cjs/loader.js:560:12)
at Function.Module._load (internal/modules/cjs/loader.js:552:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! learn@1.0.0 build: `webpack --config webpack.config.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the learn@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\14155\AppData\Roaming\npm-cache\_logs\2019-01-28T16_08_22_927Z-debug.log
D:\www\vue\learn>
举报