python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to handle deploying and building a Typescript Node.js project with pm2 post-deploy
My project is a Node.js Express server written in Typescript using ESM.
Currently, my deployment process is as follows:
Run deploy script on my local machine using pm2
Pull in latest changes from git...
Brother Bill
Votes: 0
Answers: 1
Installing Node Application on a server. Apache npm pm2
I have installed a node js application (myapp.js) on a server with a particular IP.
I have npm installed and started the application
I have done this before but it was with apache and much more comple...
Jimbo Jeromes
Votes: 0
Answers: 1
How to solve Error: EACCES: permission denied in pm2?
I don't know why I encounter this error, when I run pm2 status:
kaitoSwift@kaito-MacBook-Pro school-sms2 % pm2 status
node:internal/fs/utils:344
throw err;
^
Error: EACCES: permission denied,...
user15404864
Votes: 0
Answers: 3
How to migrate pm2 processes from one server to another?
I am using pm2 for managing node processes on one of the servers.
The package is here: https://pm2.keymetrics.io/
It is open source and available both on npmjs and GitHub.
I can easily install it ever...
Rehmat
Votes: 0
Answers: 1