sh: node: command not found during post install #10723
Replies: 2 comments 1 reply
-
Hello @GeorgeDavis-TM 👋 If I'm not mistaken, the |
Beta Was this translation helpful? Give feedback.
-
npm WARN deprecated vue@2.7.16: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When attempting to install Serverless on an Amazon Linux 2 EC2 instance with nvm, I keep hitting the issue where node: command not found. But when I run
node -v
, I am getting the response on the same shell terminal. The response is v14.19.0, from the nvm installation.Is there a reason why post install script is unable to locate node on the nvm installation. Is it referring to a node executable in the local directory that could be missing in this installation? Please advise. This issue causes the remaining automation workflow to fail 100% of the time.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions