- 博客(15)
- 收藏
- 关注
原创 react项目启动报错TypeError: Cannot read properties of undefined (reading ‘forEach‘) at Object.injectIn
解决办法:关闭 【开启中】的 React Developer Tools。react项目刚启动就报错。
2024-12-27 15:01:45
282
原创 react项目启动报错 Can‘t resolve ‘web-vitals‘ in ‘C:\WorkSpace\demo\reactProjects\react-web\src‘ERROR in
重新安装‘web-vitals’,执行命令。
2024-12-27 14:56:38
619
原创 找不到模块“@/utils/http”或其相应的类型声明。
vue项目安装完成,测试请求配置时,引入http报错:找不到模块“@/utils/http”或其相应的类型声明。1. 在vite.config.ts文件中添加以下代码。2. 然后在tsconfig.json中配置别名。3. 回到原文件刷新即可。
2024-07-12 10:58:25
550
原创 仅当 “--module” 选项为 “es2020”、“es2022”、“esnext”、“system”、“node16” 或 “nodenext” 时,才允许使用 “import.meta” 元属
vue项目安装完,配置时,部分代码报 仅当 “--module” 选项为 “es2020”、“es2022”、“esnext”、“system”、“node16” 或 “nodenext” 时,才允许使用 “import.meta” 元属 错误。module 的类型可以为 “es2020”、“es2022”、“esnext”、“system”、“node16” 或 “nodenext”
2024-07-12 10:21:16
1886
原创 Cannot find module ‘axios‘. Did you mean to set the ‘moduleResolution‘ option to ‘nodenext‘, or to a
安装vue项目时,报Cannot find module 'axios'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' o...错误。在tsconfig.json文件中添加以下代码,即可。
2024-07-12 10:18:26
480
1
原创 JS获取对象所有属性有哪些方法
1. for-in语句 2. Object.keys(对象名)3. Object.getOwnPropertyNames(对象名)
2023-08-16 16:00:20
448
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人