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
Issue:
When attempting to install the latest version (19.9.0) of npm the following error occurs
nvm install 19.9.0
panic: runtime error: index out of range [3] with length 3
Issue:
When attempting to install the latest version (19.9.0) of npm the following error occurs
nvm install 19.9.0
panic: runtime error: index out of range [3] with length 3
goroutine 1 [running]:
main.checkVersionExceedsLatest({0x11c160b0, 0x6})
C:/Users/corey/OneDrive/Documents/workspace/libraries/oss/coreybutler/nvm-windows/src/nvm.go:875 +0x220
main.install({0x11c160b0, 0x6}, {0x8b9d26, 0x2})
C:/Users/corey/OneDrive/Documents/workspace/libraries/oss/coreybutler/nvm-windows/src/nvm.go:308 +0x337
main.main()
C:/Users/corey/OneDrive/Documents/workspace/libraries/oss/coreybutler/nvm-windows/src/nvm.go:87 +0xaea
How To Reproduce:
after running the nvm setup, enter 'nvm install latest' or 'nvm install 19.9.0' in powershell or cmd
Expected Behavior:
npm and node.js should install successfully
Desktop:
The text was updated successfully, but these errors were encountered: