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
Describe the bug Regular (not docker) install, during installation when I run npm start the following happens:
[email protected] start pm2-runtime --raw pm2.config.js sh: 1: pm2-runtime: not found
To Reproduce
Expected behavior application starts serving on the default port
Environment
Additional context when I installed pm2 and restarted with npm it worked fine: (https://stackoverflow.com/questions/50002748/pm2-runtime-executable-file-not-found-in-path) npm install pm2 -g npm start // now it works
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Regular (not docker) install, during installation when I run npm start the following happens:
To Reproduce
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 20
Expected behavior
application starts serving on the default port
Environment
Additional context
when I installed pm2 and restarted with npm it worked fine: (https://stackoverflow.com/questions/50002748/pm2-runtime-executable-file-not-found-in-path)
npm install pm2 -g
npm start
// now it works
The text was updated successfully, but these errors were encountered: