python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Experimental support for decorators is a feature that is subject to change in a future release (PM2 in production)
I have this error message when i run my projet in production with Pm2 :
src/Entities/Item.ts(4,14): error TS1219: Experimental support for
decorators is a feature that is subject to change in a futur...
Naomie Mwepu
Votes: 0
Answers: 0
pm2 starts many duplicated next.js apps
I'm trying to deploy Next.js app on local PC.
here's my configuration and package.json files.
// package.json
{
"name": "smarf",
"private": true,
"scripts"...
tailvildev
Votes: 0
Answers: 1
Why does pm2 keep holding my initial version
I am trying to figure out how pm2 works and how I can use it in conjunction with Docker.
But I've got a weird behaviour with pm2. When I just initialize my project at the first time it seems to work -...

user16373392
Votes: 0
Answers: 1