-
-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #2817
base: master
Are you sure you want to change the base?
Update README.md #2817
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm very confused what this is attempting to do.
### Install NVM on macOS | ||
Change the ownership of these directories to your user | ||
```sh | ||
sudo chown -R $(whoami) /usr/local/share/zsh /usr/local/share/zsh/site-functions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
most nvm users don't use zsh.
``` | ||
|
||
Use Humebrew to install NVM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nobody should EVER use homebrew to install nvm; homebrew-installed nvm is 100% unsupported and discouraged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for me using macbook pro m1 it's the only way nvm work :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That shouldn’t be the case; node itself only supports m1 outside of Rosetta on v16+, but nvm itself should work fine.
c6cfc3a
to
c20db2a
Compare
No description provided.