gpt4 book ai didi

macos - Homebrew安装了nvm但是之后找不到nvm?

转载 作者:行者123 更新时间:2023-12-03 05:21:37 25 4
gpt4 key购买 nike

我在全新安装的 OSX 10.10.1 上使用 homebrewoh-my-zsh。我通过 homebrew 获得了 nvm,然后尝试运行它,但显示 - zsh: command not found: nvm

知道问题是什么吗?我能够很好地安装和使用 git...

enter image description here

enter image description here

<小时/>

更新于 2019 年 9 月 20 日

正如 DarkPurple141 的最新答案所述和 Elise van Looijnvm 似乎与 homebrew 不兼容。这也在位于 here 的官方 nvm-sh 存储库中进行了说明。 .

Homebrew installation is not supported. If you have issues withhomebrew-installed nvm, please brew uninstall it, and install it usingthe instructions below, before filing an issue.

Note: If you're using zsh you can easily install nvm as a zsh plugin.Install zsh-nvm and run nvm upgrade to upgrade.

以下步骤应该会有所帮助:

  1. $ brew 卸载 nvm

  2. $ brew 清理(只是为了更好的措施)

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

  4. 通过运行 $ command -v nvm 检查 nvm 是否已正确安装。

    4.a 如果响应不是 $ nvm ,请将以下两行添加到 ~/.bash-profile 文件中:导出NVM_DIR=~/.nvm源〜/.nvm/nvm.sh

    4.b 重新启动计算机(您可以尝试先关闭终端并重新启动)

    4.c $ 命令 -v nvm 现在应该返回 nvm`

  5. 现在使用 $ nvm install --lts

    更新 Node.js
  6. 更新 npm:$ nvm install-latest-npm

  7. $ npm install --global mocha。终于,成功了!好吧,对我来说,我也希望对你来说。

最佳答案

您是否遵循了警告中列出的说明?

[~] brew info nvm
nvm: stable 0.20.0, HEAD
https://github.com/creationix/nvm
Not installed
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/nvm.rb
==> Caveats
Add the following to $HOME/.bashrc, $HOME/.zshrc, or your shell's
equivalent configuration file:

source $(brew --prefix nvm)/nvm.sh

Node installs will be lost upon upgrading nvm. Add the following above
the source line to move install location and prevent this:

export NVM_DIR=~/.nvm

如果没有额外的配置,默认情况下它看起来不会找到 NVM..

关于macos - Homebrew安装了nvm但是之后找不到nvm?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27651892/

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