We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All commands in pm2 lead to me this error(provided below).
I just installed pm2 in windows cmd (which didn't work), uninstalled it and reinstalled it using the wsl terminal.
This is the error that I receive when I try to run my nextjs application
mike@Mykl:/mnt/c/Github/whk-wms-front-end$ pm2 start npm --name whk-wms-frontend -- start --port 4000 /mnt/c/Users/miche/AppData/Roaming/npm/pm2: 15: exec: node: not found
pm2 report command also gives me the same error
mike@Mykl:/mnt/c/Github/whk-wms-front-end$ pm2 report /mnt/c/Users/miche/AppData/Roaming/npm/pm2: 15: exec: node: not found
The text was updated successfully, but these errors were encountered:
Have you found a solution?
Sorry, something went wrong.
are you getting this as well? @groom7
Installing nodejs and npm helped me
I think I did this too and was able to solve it as well during that time with this same method. I don't recall what I did, but this sounds like it!
Awesome!
No branches or pull requests
What's going wrong?
All commands in pm2 lead to me this error(provided below).
I just installed pm2 in windows cmd (which didn't work), uninstalled it and reinstalled it using the wsl terminal.
This is the error that I receive when I try to run my nextjs application
How could we reproduce this issue?
Supporting information
pm2 report command also gives me the same error
The text was updated successfully, but these errors were encountered: