npm run start pm2: not found
Closed this issue · 2 comments
harryandriyan commented
Hello,
I just try this starter kit, when I run npm run start i got this error sh: 1: pm2: not found
any ide ?
Thanks before
DimiMikadze commented
Hey,
"Note: I'm using pm2 for production server, you should install it on server via 'npm install pm2 -g'. if you don't want to use pm2, just change pm2 with node in package.json file in scripts section."
For development use npm run dev
harryandriyan commented
thanks @DimitriMikadze (y)