1

Friends-MacBook-Pro:~friend$ npm install -g live-server

/Users/friend/.npm-global/bin/live-server -> /Users/friend/.npm-global/lib/node_modules/live-server/live-server.js

  • live-server@1.2.0 在 15.078s Friends-MacBook-Pro 中更新了 1 个包:~friend$ live-server -v

-bash:实时服务器:找不到命令

Friends-MacBook-Pro:~friend$ npm install -g create-react-app /Users/friend/.npm-global/bin/create-react-app -> /Users/friend/.npm-global/lib/node_modules /create-react-app/index.js + create-react-app@1.4.3 13.884s 新增 106 个包

╭──────────────────────────────────╮ │ │ │ 更新可用 5.5.1 → 5.6。 0 │ │ 运行 npm i -g npm 更新 │ │ │ ╰────────────────────────────────── ──╯</p>

Friends-MacBook-Pro:~friend$ npm i -g npm + npm@1.0.0

在 1.566 秒内添加了 1 个包

Friends-MacBook-Pro:~friend$ create-react-app newtypelabs.io

-bash:create-react-app:找不到命令

4

1 回答 1

1

您应该将 bin 路径添加到您的用户环境。

echo 'export PATH="/Users/friend/.npm-global/bin:$PATH"' >> ~/.bash_profile
于 2017-12-13T02:51:43.347 回答