Open Neurofibromin opened 7 months ago
Describe the bug Regular (not docker) install, during installation when I run npm start the following happens:
backend@1.0.0 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
Describe the bug Regular (not docker) install, during installation when I run npm start the following happens:
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