-
Notifications
You must be signed in to change notification settings - Fork 13
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
NVM directory already exists #3
Comments
Looks like github added nvm to it's macOS containers. I think to resolve this, this package could check to see if an nvm install already exists. |
This would probably work fine if it only set |
A while ago I changed the install directory from $HOME/.nvm to $HOME/mynvm (see). Looks a bit silly, but should work around the problem by replacing any potentially existing nvm install for the course of the workflow run. |
Right, but i think the ideal/goal is not to install an extra nvm/node at all - ie, to reuse the existing one. |
Getting the following error on macOS but not ubuntu:
I can rm -rf that directory before the iOS step, but was wondering why it is happening suddenly. To my knowledge, we didn't cache that directory.
The text was updated successfully, but these errors were encountered: