NVM cannot load default node with default alias set

删除回忆录丶 提交于 2019-12-06 16:17:53

oh-my-zsh includes a nvm plugin, I would recommend you to use it, but first

  1. remove from your .zshenv all changes
  2. remove the nvm install with brew uninstall
  3. install nvm using curl (official installation): curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.26.0/install.sh | bash this wont configure your profile to use it yet.
  4. edit the file at your users home called .zshrc finding the plugins section and there include nvm save it and source your profile or close and open again your terminal.
  5. use nvm to install a node version and set the default alias
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!