Skip to content
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

fixed NVM installation issue #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fixed NVM installation issue #19

wants to merge 2 commits into from

Conversation

bongani-m
Copy link

@bongani-m bongani-m commented Aug 11, 2019

While install on a fresh Mojave installation I ran into two issues: 1) NVM was getting skipped and 2) installation did work because ~/.bash_profile did not exist.

This fix resolves both issues by checking for existance of NVM_DIR to see if nvm is installed and creating the ~/.bash_profile if it doesn't already exist. It also loads nvm for the session to insure that node and the npm packages get installed gets installed. Also NVM gets a version bump

Fixes #7

@alexfrommars
Copy link

It still is skipping the NVM install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NVM install errors on new machine
2 participants