[错误图像](https://i.stack.imgur.com/pieR9.png)
npx create-react-app my-app
npm ERR!code ENOTFOUND
npm ERR!syscall getaddrinfo
npm ERR!errno ENOTFOUND
npm错误!对http://registry.npmjs.org/create-react-app的网络请求失败,原因:getaddrinfo ENOTFOUND yourproxy
npm ERR!network npm ERR!network如果您在代理服务器后面,请确保
npm ERR!network 'proxy' config设置正确。请参阅:'npm help config'
npm错误!此运行的完整日志可以在以下位置找到:
我想创建react应用程序。当我运行'npx create-react-app my-app'时,我遇到此错误。
2条答案
按热度按时间1wnzp6jl1#
运行
npm uninstall -g create-react-app
然后再次运行
npx create-react-app my-app
vhmi4jdf2#
检查您的互联网连接,如果您设置代理在您的系统修复它