iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 29
0

nvm 安裝入門

其中 bug:

  1. rm -rf ~/.nvm

  2. vim ~/.bash_profile & vim ~/.zshrc 删掉所有的 nvm 相关

  3. curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash

4.source ./.zshrc

即可使用

mac iterm2 install nvm console command not found: nvm

新版在 Mac 上加入 nvm

Nvm 官網

1.先刪除 node 有關檔案

    rm -rf ~/.nvm
    rm -rf ~/.npm
    rm -rf ~/.bower

2.接著再到你的~/.bash_profile( ~/.zshrc, ~/.profile, or ~/.bashrc ),把 source line 砍掉:

砍掉下面的東西

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm

3.用 curl 裝它會自動將設定設到 ./.zshrc中,不要用 homebrew 這樣 bash or zsh 會吃不到設定然後找不到 nvm commandcurl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
PS: 目前官網最新版不會將設定一起設好需手動


上一篇
Day 28 Regex
下一篇
Day 30 git flow
系列文
30 天 node.js 學習筆記30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言