You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Linux, macOS, nvm is only provided as a bash function, which means it
is not available to the script unless nvm.sh is `source`d.
Unfortunately, this is fragile -- variable usage, function names, etc.
can all interfere with each other between build.sh and nvm.sh (for
example, the `$VERSION` variable).
So we have a wrapper script on those platforms to do our nvm invocation.
Relates-to: nvm-sh/nvm#3257
Feature Request: nvm binary
/usr/share/nvm
/usr/bin/nvm
The text was updated successfully, but these errors were encountered: