尝试安装npx时出现奇怪的错误。我有节点,但是它说我没有。
➜ Desktop brew install npm
Warning: node 14.4.0 is already installed and up-to-date
To reinstall 14.4.0, run `brew reinstall node`
➜ Desktop npm install -g npx
zsh: command not found: npm
为什么会这样?
答案 0 :(得分:0)
npx已与npm预先捆绑在一起。无需安装npx。如果您想启动一个新的React项目(我想),请在给定您安装了最新节点版本的情况下,给npx create-react-app项目名称。