当前位置:网站首页>Error: Rule can only have one resource source (provided resource and test + include + exclude)
Error: Rule can only have one resource source (provided resource and test + include + exclude)
2022-08-10 13:33:00 【T_Y_F666】
Question
Error: Rule can only have one resource source (provided resource and test + include + exclude)
Error: Rule can only have one resource source (provided resource and test + include + exclude) in"exclude": [null],"use": [{"loader": "/Users/juanpablo/front-treatments/node_modules/cache-loader/dist/cjs.js","options": {"cacheDirectory": "/Users/juanpablo/front-treatments/node_modules/.cache/babel-loader","cacheIdentifier": "81fef5a6"},"ident": "clonedRuleSet-38[0].rules[0].use[0]"},{"loader": "/Users/juanpablo/front-treatments/node_modules/babel-loader/lib/index.js","options": "undefined","ident": "undefined"}]} ````A complete log of this run can be found in:0 info it worked if it ends with ok1 verbose cli [1 verbose cli '/Users/juanpablo/.nvm/versions/node/v12.19.0/bin/node',1 verbose cli '/Users/juanpablo/.nvm/versions/node/v12.19.0/bin/npm',1 verbose cli 'run',1 verbose cli 'serve'1 verbose cli ]2 info using [email protected] info using [email protected] verbose run-script [ 'preserve', 'serve', 'postserve' ]5 info lifecycle [email protected]~preserve: [email protected] info lifecycle [email protected]~serve: [email protected] verbose lifecycle [email protected]~serve: unsafe-perm in lifecycle true8 verbose lifecycle [email protected]~serve: PATH: /Users/juanpablo/.nvm/versions/node/v12.19.0/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/juanpablo/front-treatments/node_modules/.bin:/Users/juanpablo/.nvm/versions/node/v12.19.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/juanpablo/.rvm/bin9 verbose lifecycle [email protected]~serve: CWD: /Users/juanpablo/front-treatments10 silly lifecycle [email protected]~serve: Args: [ '-c', 'vue-cli-service serve' ]11 silly lifecycle [email protected]~serve: Returned: code: 1 signal: null12 info lifecycle [email protected]~serve: Failed to exec serve script13 verbose stack Error: [email protected] serve: `vue-cli-service serve`13 verbose stack Exit status 113 verbose stack at EventEmitter. (/Users/juanpablo/.nvm/versions/node/v12.19.0/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)13 verbose stack at EventEmitter.emit (events.js:314:20)13 verbose stack at ChildProcess. (/Users/juanpablo/.nvm/versions/node/v12.19.0/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)13 verbose stack at ChildProcess.emit (events.js:314:20)13 verbose stack at maybeClose (internal/child_process.js:1021:16)13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)14 verbose pkgid [email protected] verbose cwd /Users/juanpablo/front-treatments16 verbose Darwin 19.6.017 verbose argv "/Users/juanpablo/.nvm/versions/node/v12.19.0/bin/node" "/Users/juanpablo/.nvm/versions/node/v12.19.0/bin/npm" "run" "serve"18 verbose node v12.19.019 verbose npm v6.14.820 error code ELIFECYCLE21 error errno 122 error [email protected] serve: `vue-cli-service serve`22 error Exit status 123 error Failed at the [email protected] serve script.23 error This is probably not a problem with npm. There is likely additional logging output above.24 verbose exit [ 1, true ]
Solution
Console
npm uninstall webpacknpm install [email protected]^4.0.0 --save-dev
reason
The problem is caused by the conflicting version of webpack in package.json, enter the statement npm uninstall webpack to delete the current webpack, enter the statement npm install [email protected]^4.0.0 --save-dev to reinstall the previous version
Reference content
Error: Rule can only have one resource source (provided resource and test + include + exclude)
Original is not easy
Reprint please indicate the source
If it helps you, don’t forget to like and support
边栏推荐
- 2022-08-09:以下go语言代码输出什么?A:否,会 panic;B:是,能正确运行;C:不清楚,看投票结果。 package main import ( “fmt“ “syn
- Detailed explanation of es6-promise object
- 神经网络可视化有3D版本了,美到沦陷!(已开源)
- 接口自动化测试基础篇
- BEVDet4D: Exploit Temporal Cues in Multi-camera 3D Object Detection 论文笔记
- Makefile missing separator. Stop.怎么解决「建议收藏」
- Vivado crashes or the message is not displayed
- 代码随想录笔记_动态规划_70爬楼梯
- ABAP file operations involved in the Chinese character set of problems and solutions for trying to read
- 系统的安全和应用(不会点安全的东西你怎么睡得着?)
猜你喜欢
Shell:数组
Ethernet channel 以太信道
【ECCV 2022|百万奖金】PSG大赛:追求“最全面”的场景理解
浙大、阿里提出DictBERT,字典描述知识增强的预训练语言模型
BEVDet4D: Exploit Temporal Cues in Multi-camera 3D Object Detection Paper Notes
ArcMAP has a problem of -15 and cannot be accessed [Provide your license server administrator with the following information:Err-15]
2022-08-09:以下go语言代码输出什么?A:否,会 panic;B:是,能正确运行;C:不清楚,看投票结果。 package main import ( “fmt“ “syn
shell:常用小工具(sort、uniq、tr、cut)
发送post请求前台无法获取数据
AWS 安全基础知识
随机推荐
雨水中存在的PFAS化学物质对饮用水安全构成了威胁
发送post请求前台无法获取数据
Ethernet channel 以太信道
Fragment-hide和show
How to describe multiple paragraphs with different font settings in Open Office XML format
A unit test report for CRM One Order Application log
2022-08-09:以下go语言代码输出什么?A:否,会 panic;B:是,能正确运行;C:不清楚,看投票结果。 package main import ( “fmt“ “syn
鸿蒙开发从hello world开始
BEVDet4D: Exploit Temporal Cues in Multi-camera 3D Object Detection 论文笔记
Circle 创始人回应美财政部禁止 Tornado :隐私与安全之间关系紧张
Short read or OOM loading DB. Unrecoverable error, aborting now
BEVDet4D: Exploit Temporal Cues in Multi-camera 3D Object Detection Paper Notes
Code Casual Recording Notes_Dynamic Programming_70 Climbing Stairs
需要被记录的OpenStack相关的命令_自己用
ABAP file operations involved in the Chinese character set of problems and solutions for trying to read
C#实现访问OPC UA服务器
Stream通过findFirst()查找满足条件的一条数据
AWS 安全基础知识
MySQL面试题整理
高数_证明_曲率公式