-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
To what extent is NVM needed for the local environment? #9120
Comments
I hit this too (having been happily using To get you up and running:
I tend to agree, having Two options forward would be:
I'd probably lean to the latter. |
I've had similar issues, though in my case I use the Fish Shell and I'm not sure on the ideal solution either, to be honest, it would be great to explore some of the options already listed above though |
Noting that as of now, the above hack no longer works, and everything hangs in package installation. I eventually gave up, removed |
I don't think that Related code: gutenberg/bin/setup-local-env.sh Lines 15 to 16 in e212556
https://github.com/WordPress/gutenberg/blob/e21255689c5299bb865efdea5ca1d0543a379d60/bin/install-node-nvm.sh |
None of this should be an issue anymore with the merge of #17004 :
🎉 |
The |
I cloned the repo and ran
./bin/setup-local-env.sh
, it wants me to installnvm
. I usen
so installingnvm
as well could cause conflicts.Couldn't the bin/install-node-nvm.sh script just check if I have an up to date
node
version and just skip all that?To what extent is the
nvm
needed? If I comment out thenvm
part is that going to cause problems?The text was updated successfully, but these errors were encountered: