这是一个错误信息,表示在尝试获取某个资源时出现了问题。错误代码为ERR_SOCKET_TIMEOUT,意味着在网络连接过程中出现了问题。这通常是由于您位于代理服务器后面或者网络设置有问题导致的。如果您位于代理服务器后面,请确保'proxy'配置设置正确。可以参考:'npm help config'。安装过程已中止。
mlnl4t2r1#
请按照以下步骤操作:
npm cache clean --force
npm uninstall -g create-react-app
npm uninstall create-react-app
npx create-react-app app_name
yarn create react-app app_name
1条答案
按热度按时间mlnl4t2r1#
请按照以下步骤操作:
npm cache clean --force
npm uninstall -g create-react-app
npm uninstall create-react-app
npx create-react-app app_name
如果以上方法不起作用,请尝试使用
yarn create react-app app_name
,并检查网络连接。