create-react-app创建项目报错 you appear to be offline.falling back to the local cache解决办法

mac2025-10-28  1

在命令末尾加上 --use-npm

如:create-react-app my-app --use-npm

最新回复(0)