我有一个脚本可以做到这一点
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。为什么