【发布时间】:2022-01-23 13:41:11
【问题描述】:
我无法使用 npm uninstall -g create-react-app 和 yarn global remove create-react-app 全局卸载 create-react-app。
我卸载了节点并安装了它仍然是同样的问题。
【问题讨论】:
-
你的问题解决了吗?
标签: reactjs
我无法使用 npm uninstall -g create-react-app 和 yarn global remove create-react-app 全局卸载 create-react-app。
我卸载了节点并安装了它仍然是同样的问题。
【问题讨论】:
标签: reactjs
npm uninstall -g create-react-app 之后:
npm cache clean --forcenpm cache verifynpx clear-npx-cache 清除你的 npx 缓存。npx create-react-app your-app 或 npx create-react-app@latest my-app --use-npm
【讨论】: