📜  运行 npm install create-react-app 时出现错误 404 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:07.359000             🧑  作者: Mango

代码示例1
9

First check if is a Proxy Issue.

Try to install the package with another internet connection!

Another causes

Missing repository registry

$ npm set registry https://registry.npmjs.org/

Clean cache

$ npm cache clean
$ npm rebuild