Osiyo. Dohiju? ᎣᏏᏲ. ᏙᎯᏧ? Hey, welcome back. I have managed to ignore all of my advice again. April 1, 2012 is when I posted my first entry about working out... it wasn't the first day I worked out as my days started with 1Jan12. However, I look down through my entries and I see progress …
PM2 Startup Error with Node and Typescript
If you decide to run PM2 to run your node server and you're using Typescript you can get this error: [PM2][ERROR] Interpreter .nvm/versions/node/v18.11.0/lib/node_modules/pm2/node_modules/.bin/ts-node is NOT AVAILABLE in PATH. (type 'which .nvm/versions/node/v18.11.0/lib/node_modules/pm2/node_modules/.bin/ts-node' to double check.) It can come in many forms but the important part is ts-node is NOT AVAILABLE in PATH. The fix for this …
Continue reading "PM2 Startup Error with Node and Typescript"