依赖
"@dcloudio/vue-cli-plugin-hbuilderx": "^2.0.0-31820210406002",
"@dcloudio/vue-cli-plugin-uni": "^2.0.0-31820210406002",
- 发布:2021-04-07 16:26
- 更新:2023-05-17 14:35
- 阅读:11849
产品分类: uniapp/H5
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 10.15.4 (19E287)
浏览器平台: Chrome
浏览器版本: 70.0.3538.77(正式版本) (64 位)
项目创建方式: CLI
CLI版本号: ^2.0.0-31820210406002
操作步骤:
预期结果:
更新完毕编译报错
更新完毕编译报错
实际结果:
更新完毕编译报错
更新完毕编译报错
bug描述:
更新最新的 @dcloudio/vue-cli-plugin-uni 版本后,编译打包都抛异常。
更新的库地址: https://registry.npm.taobao.org/@dcloudio/vue-cli-plugin-uni/download/@dcloudio/vue-cli-plugin-uni-2.0.0-31820210406002.tgz
抛异常: /xxxxxx/node_modules/@dcloudio/vue-cli-plugin-uni/lib/error-reporting.js:45
err = err.replace(this._UNI_INPUT_DIR_REG, 'UNI_INPUT_DIR')
^
TypeError: err.replace is not a function
at ErrorReport.report (/xxxxxxx/node_modules/@dcloudio/vue-cli-plugin-uni/lib/error-reporting.js:45:15)
at report (/xxxxxxx/node_modules/@dcloudio/vue-cli-plugin-uni/lib/error-reporting.js:144:24)
at process.on.on.err (/xxxxxx/node_modules/@dcloudio/vue-cli-plugin-uni/lib/error-reporting.js:154:42)
at process.emit (events.js:182:13)
at process._fatalException (internal/bootstrap/node.js:494:27)
5 个回复
4***@qq.com
同上
l***@163.com
同上
青阳_1900
实际测试,
@dcloudio/uni-h5
依赖不可删除,否则会有该问题因为我这边只开发app相关,所以小程序相关依赖我手动删除了。这里贴一下我的 package.json 配置
测试时间 2021-06-03
寒风丶
请问解决了吗 我也遇到了这个问题
3***@qq.com
我是删掉Jenkins的操作空间,重新构建,大概第一次不行,多构建几次就成功了(仅供参考)