When trying to run a node command from a .sh script I get the error node: command not found
, however I can see that node is installed, running node -v
shows me my current version, what could be the cause of this?
Looking around others with similar issues they all were related to node not being in PATH, however I can see that it is the first value in my variable:
What else would I need to check to be able to run this command?