每当我尝试运行 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 不存在。