【发布时间】:2020-06-09 14:53:14
【问题描述】:
我正在尝试安装react-web。
运行命令
npx create-react- app .
npx 命令未找到。这在以前没有发生过。
然后我跑
npx -v
又是同样的错误:
'未找到 npx 命令'。
我决定安装 npx。我跑
sudo npm i -g npx
这就是我得到的(参考图片)enter image description here。我该如何解决这个问题?
【问题讨论】:
-
这能回答你的问题吗? npx command not found
-
你的操作系统是什么?你的 npm 版本呢?