我有一个脚本可以做到这一点
npx create-react-app --scripts-version /tmp/tmp.V987BAD2Te/react-scripts.tgz /tmp/tmp.V987BAD2Te/test-app
它在Windows中中断,并显示消息“路径必须是字符串。接收到未定义”。 我暂时不想升级npm,因此将其替换为
yarn create react-app --scripts-version /tmp/tmp.V987BAD2Te/react-scripts.tgz /tmp/tmp.V987BAD2Te/test-app
但是它不会从临时路径安装react-scripts。为什么