【发布时间】:2017-10-13 09:37:33
【问题描述】:
我无法通过 Travis 进行单元测试。我在本地运行测试没有任何错误(单元/e2e)...
这里是日志文件Travis build log
有很多组件模块构建错误:
Module build failed: SyntaxError: Unexpected token {
还有一些
Module not found: Error: Can't resolve 'underscore'
in :
ERROR in ./src/plugins/VueNoiseGeneratorPlugin.js
ERROR in ./src/vuex/mutations.js
还有
Module not found: Error: Can't resolve 'babel-runtime/helpers/defineProperty'
in :
ERROR in ./src/vuex/mutations.js
我正在运行 node v8.4.0 ,webpack
可能有什么问题?欢迎反馈!!
【问题讨论】: