gpt4 book ai didi

node.js - 尝试安装 nvm

转载 作者:行者123 更新时间:2023-12-03 20:51:14 30 4
gpt4 key购买 nike

我正在尝试安装 nvm 但不断出现错误。
我运行安装脚本curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash我得到

=> nvm is already installed in /Users/xxxxx/.nvm, trying to update using git
=> => Compressing and cleaning up git repository

=> nvm source string already in /Users/xxxxx/.bash_profile
=> bash_completion source string already in /Users/xxxxx/.bash_profile
=> You currently have modules installed globally with `npm`. These will no
=> longer be linked to the active version of Node when you install a new node
=> with `nvm`; and they may (depending on how you construct your `$PATH`)
=> override the binaries of modules installed with `nvm`:

/Users/xxxxx/.nvm/versions/node/v10.17.0/lib
└── yarn@1.22.4
=> If you wish to uninstall them at a later point (or re-install them under your
=> `nvm` Nodes), you can remove them from the system Node as follows:

$ nvm use system
$ npm uninstall -g a_module

=> Close and reopen your terminal to start using nvm or run the following to use it now:

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
如果我关闭并打开一个新的终端窗口并使用 nvm -v 检查 nvm
我得到 zsh: command not found: nvm

最佳答案

Mac OS 修复

export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
在此之后关闭终端并再次打开它。
瞧它应该像魅力一样工作

关于node.js - 尝试安装 nvm,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62680089/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com