Replies: 2 comments 1 reply
-
Hi, @ngillux thanks for opening a discussion on this. I believe we should have patched out with PR #291, was this a one-off issue? or are you able to replicate this bug consistently? If you are able to replicate it, can you post the steps you did and I can double-check this on my end? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @GuillermoFloresV and @ngillux I chatted with @ngillux's team members via CodeDay Labs Slack about a recurrence of this error: Required: {"node":"^16","npm":"^8"}, and we dovetailed on related topics. An important point that @ngillux highlighted to me via CodeDay Labs Slack is:
I replied to @ngillux as follows: Your summary:
… makes sense to me. It sounds like a symptom of gitpod-io/gitpod#6720 (comment)
|
Beta Was this translation helpful? Give feedback.
-
For some reason, there's instances where the node version is updated to the most recent one.
npm ERR! notsup Required: {"node":"^16","npm":"^8"}
npm ERR! notsup Actual: {"npm":"9.5.1","node":"v18.16.0"}
To fix this I just ran nvm install 16 which also installs the corresponding npm version.
Additionally you may need to run npm i next after running the above if you get the below error.
sh: 1: next: not found
Beta Was this translation helpful? Give feedback.
All reactions