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
`nvm --lts` appears to be installing Node v18.
Node 18 has switched the version of `glibc`, and the version it wants does not seem to be present on the AMI.
Given Node 18 enters a formal LTS in Oct 2022, and builds should be individually managing their node version,
this change removes any system wide install of node.
See: nodejs/node#42659
0 commit comments