npm uninstall -g create-react-app 和 yarn global remove create-react-app 不起作用
Posted
技术标签:
【中文标题】npm uninstall -g create-react-app 和 yarn global remove create-react-app 不起作用【英文标题】:npm uninstall -g create-react-app and yarn global remove create-react-app not working 【发布时间】:2022-01-23 13:41:11 【问题描述】:我无法使用 npm uninstall -g create-react-app
和 yarn global remove create-react-app
全局卸载 create-react-app。
我卸载了节点并安装了它仍然是同样的问题。
【问题讨论】:
你的问题解决了吗? 【参考方案1】:npm uninstall -g create-react-app
之后:
npm cache clean --force
npm cache verify
npx clear-npx-cache
清除你的 npx 缓存。
npx create-react-app your-app
或 npx create-react-app@latest my-app --use-npm
【讨论】:
以上是关于npm uninstall -g create-react-app 和 yarn global remove create-react-app 不起作用的主要内容,如果未能解决你的问题,请参考以下文章