当前位置:网站首页>node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find module ‘./scope‘
node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find module ‘./scope‘
2022-08-02 02:45:00 【益达木咸醇】
报错信心如下:
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module ‘./scope’
Require stack:
- D:…\node_modules\ajv-formats\node_modules\ajv\dist\compile\codegen\index.js
- D:…\node_modules\ajv-formats\dist\limit.js
- D:…\node_modules\ajv-formats\dist\index.js
- D:…\node_modules\eslint-webpack-plugin\node_modules\schema-utils\dist\validate.js
- D:…\node_modules\eslint-webpack-plugin\node_modules\schema-utils\dist\index.js
- D:…\node_modules\eslint-webpack-plugin\dist\options.js
- D:…\node_modules\eslint-webpack-plugin\dist\index.js
- D:…\[email protected]\cli-plugin-eslint\index.js
- D:…\[email protected]\cli-service\lib\Service.js
- D:…\[email protected]\cli-service\bin\vue-cli-service.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (D:…\node_modules\ajv-formats\node_modules\ajv\dist\compile\codegen\index.js:5:17)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions…js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19) {
code: ‘MODULE_NOT_FOUND’,
requireStack: [
‘D:\…\node_modules\ajv-formats\node_modules\ajv\dist\compile\codegen\index.js’,
‘D:\…\node_modules\ajv-formats\dist\limit.js’,
‘D:\…\node_modules\ajv-formats\dist\index.js’,
‘D:\…\node_modules\eslint-webpack-plugin\node_modules\schema-utils\dist\validate.js’,
‘D:…\node_modules\eslint-webpack-plugin\node_modules\schema-utils\dist\index.js’,
‘D:\…\node_modules\eslint-webpack-plugin\dist\options.js’,
‘D:\…\node_modules\eslint-webpack-plugin\dist\index.js’,
‘D:\…\node_modules\@vue\cli-plugin-eslint\index.js’,
‘D:\…\node_modules\@vue\cli-service\lib\Service.js’,
‘D:\…\node_modules\@vue\cli-service\bin\vue-cli-service.js’
]
}
发生时机:刚刚npm install之后使用npm run serve启动项目报了这个错误。
原因(猜测):应该是npm install的时候因为网络或者其他原因导致某些npm包遗漏或者没下载下来。
解决:
删除node_modules文件夹和生成的package-lock.json,然后重新npm install再启动项目。
边栏推荐
- 1688以图搜货
- 使用DBeaver进行mysql数据备份与恢复
- 因为WiFi原因navicat 无法连接数据库Mysql
- Nanoprobes多组氨酸 (His-) 标签标记:重组蛋白检测方案
- Outsourcing worked for three years, it was abolished...
- Entry name 'org/apache/commons/codec/language/bm/gen_approx_greeklatin.txt' collided
- How ReentrantLock works
- AI target segmentation capability for fast video cutout without green screen
- Recursively check if a configuration item has changed and replace it
- feign调用不通问题,JSON parse error Illegal character ((CTRL-CHAR, code 31)) only regular white space (r
猜你喜欢

ofstream,ifstream,fstream read and write files

canal同步Mariadb到Mysql

Nanoprobes免疫测定丨FluoroNanogold试剂免疫染色方案

接口测试神器Apifox究竟有多香?

第11章_数据库的设计规范

使用DBeaver进行mysql数据备份与恢复

analog IC layout-Environmental noise

很有意思的经历,很有意思的项目--文件夹对比工具
![[Server data recovery] Data recovery case of server Raid5 array mdisk disk offline](/img/08/d693c7e2fff8343b55ff3c1f9317c6.jpg)
[Server data recovery] Data recovery case of server Raid5 array mdisk disk offline

analog IC layout-Design for reliability
随机推荐
The state status is displayed incorrectly after the openGauss switch
KICAD 小封装拉线卡顿问题 解决方法
2022年NPDP考完多久出成绩?怎么查询?
Nanoprobes纳米探针丨Nanogold偶联物的特点和应用
【每日一道LeetCode】——9. 回文数
极大似然估计
2022牛客多校四_G M
Flask入门学习教程
[Server data recovery] Data recovery case of server Raid5 array mdisk disk offline
ros多客户端请求服务
BioVendor人俱乐部细胞蛋白(CC16)Elisa试剂盒研究领域
永磁同步电机36问(二)——机械量与电物理量如何转化?
使用self和_(下划线)的区别
feign调用不通问题,JSON parse error Illegal character ((CTRL-CHAR, code 31)) only regular white space (r
AcWing 1285. 单词 题解(AC自动机)
Analysis of the status quo of digital transformation of manufacturing enterprises
ReentrantLock工作原理
Nanoprobes多组氨酸 (His-) 标签标记:重组蛋白检测方案
AcWing 1053. 修复DNA 题解(状态机DP、AC自动机)
IPFS部署及文件上传(golang)