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
I have also met the same issue when I used latest version of node, it will solve using 18.10.0 version. To install a specific version of node, consider using nvm (https://github.com/nvm-sh/nvm).
But I want to share another issue after I installed correct version of node by nvm. While running command "npm start", it shows "env: node: No such file or directory".
I searched and found it was because I used homebrew to install nvm and did not add the nvm path.
To solve that here are two solution:
run "source ~/.nvm/nvm.sh" command first OR just put it in the file /.bashrc or ~/.profile or ~/.zshrc to automatically load it.
While running command "npm start" after "npm install". It doesn't respond well and shows "node: bad option: --openssl-legacy-provider".
The text was updated successfully, but these errors were encountered: