Skip to content

nvm.sh is automatically deleted, after install instruction completed #3152

Closed

Description

Operating system and version:

macOS 13.4

How did you install nvm?

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

What steps did you perform?

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

What happened?

nvm.sh is not there and git status showed it was deleted

What did you expect to happen?

Is there anything in any of your profile files that modifies the PATH?

.zshrc

If you are having installation issues, or getting "N/A", what does curl -I --compressed -v https://nodejs.org/dist/ print out?

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 15037 100 15037 0 0 69402 0 --:--:-- --:--:-- --:--:-- 70596
=> Downloading nvm from git to '/Users/.nvm'
=> Cloning into '/Users/.nvm'...
remote: Enumerating objects: 361, done.
remote: Counting objects: 100% (361/361), done.
remote: Compressing objects: 100% (307/307), done.
remote: Total 361 (delta 40), reused 167 (delta 28), pack-reused 0
Receiving objects: 100% (361/361), 221.43 KiB | 2.99 MiB/s, done.
Resolving deltas: 100% (40/40), done.

  • (HEAD detached at FETCH_HEAD)
    master
    => Compressing and cleaning up git repository

=> Appending nvm source string to /Users.zshrc
=> Appending bash_completion source string to /Users/.zshrc
bash: line 435: /Users/.nvm/nvm.sh: No such file or directory
=> 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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions