“PM2 Next /usr /bin /yarn: linha 3: /bin: é um diretório” Respostas de código

Próximo PM2 Start

# for development
pm2 start npm --name "next" -- run dev

# for production
npm run build
pm2 start npm --name "next" -- start
Charming Caracal

PM2 Start Next JS

pm2 start yarn --name "nextjs" --interpreter bash -- start
Sticky Pingu

Respostas semelhantes a “PM2 Next /usr /bin /yarn: linha 3: /bin: é um diretório”

Perguntas semelhantes a “PM2 Next /usr /bin /yarn: linha 3: /bin: é um diretório”

Procure respostas de código populares por idioma

Procurar outros idiomas de código