当我输入此代码时
pnpx create-react-app my-app --template typescript
输出画面
✔ Install the following package: create-react-app@latest? (Y/n) · false
Cancelled
如果我输入'n'它不会安装。如果我输入“y”,它会为最新版本安装 create-react-app,数据为 50 - 60 MB。
我不想要最新版本的 create-react-app 。我想在我的计算机中使用已经缓存的 create-react-app,当我通过 pnpm 包管理器安装时总是会发生这种情况。
每当 create-react-app update 那里的包 pnpx 总是要求我安装最新版本时,我告诉不它不安装旧版本。