mac 全局裝 npm 失敗 command not found: vue

  1. 查詢node 路徑
where node
複製代碼

  1. 修改~/.bash_profile
vim ~/.bash_profile

複製代碼

  1. 按 e 表示編輯node

  2. 添加下面文字在文件中vim

export PATH="$PATH:/usr/local/bin/node"
複製代碼

其中 : 後面表示 node 路徑, 好比bash

export PATH="$PATH:xxxxxxxxxxxxx"

複製代碼
  1. 鍵盤按下 Escmarkdown

  2. 輸入 :wq 表示保存並退出oop

  3. 從新加載spa

source ~/.bash_profile

複製代碼
  1. 在 ~/.zshrc 中添加
source ~/.bash_profile ~/.bashrc
複製代碼

若有未解決,歡迎留言。code

參考: www.jianshu.com/p/48a0495e8…orm

相關文章
相關標籤/搜索