Hi,
I am successfully running my project in development with netlify dev
.
However my friend also jumped on the project and can’t start the project.
The error is env: node: No such file or directory
I understand it starts to run the command = "npm start"
from the netlify.toml
He can run npm scripts manually without a problem, it’s only when the netlify-cli
tries to run the command.
I tried completely uninstalling node and npm, then installed nvm
and npm
with Homebrew.
I thought a pointer to the node folder somewhere was wrong and this should reset it, start from a clean slate. But still, netlify-cli can’t run the npm start
command.
Anybody has an idea ?
Thanks a lot!
Peter