workspace-images icon indicating copy to clipboard operation
workspace-images copied to clipboard

NVM not installing node versions

Open alesanchezr opened this issue 2 years ago • 1 comments

Bug description

Hello! apparently the gitpod default instance is coming with 16.16.0 but it does not allow to install other versions, when I do ls-remote it says NAN

Screen Shot 2022-08-19 at 1 33 25 PM

Steps to reproduce

nvm install 14 nvm ls-remote

Workspace affected

breathecode-syllabusbui-hjxv2c5medl

Expected behavior

It shoudl install node v14

Example repository

No response

Anything else?

No response

alesanchezr avatar Aug 19 '22 17:08 alesanchezr

v is not required.

This should work.

nvm i 14

gengjiawen avatar Sep 02 '22 03:09 gengjiawen