小编Man*_*Duc的帖子

尝试使用 create-react-app 安装 ESLint 8.4.4 时出现 404 Not Found

每当我尝试运行 npx create-react-app my-app 时,它都会显示错误:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types/eslint/-/eslint-8.4.4.tgz - Not found
npm ERR! 404 
npm ERR! 404  '@types/eslint@http://registry.npmjs.org/@types/eslint/-/eslint-8.4.4.tgz' is not in this registry.
Run Code Online (Sandbox Code Playgroud)

当我尝试 eslint-8.4.0.tgz 时,我可以下载它,但 8.4.4 不存在。

npm reactjs eslint react-native

10
推荐指数
2
解决办法
3800
查看次数

标签 统计

eslint ×1

npm ×1

react-native ×1

reactjs ×1