universal-vue / uvue

Vue CLI plugin to create universal Vue applications with ease
https://universal-vue.github.io/docs/
MIT License
127 stars 13 forks source link

Deploy with PM2 #53

Closed vasilyman closed 3 years ago

vasilyman commented 4 years ago

Describe the bug How to deploy with pm2 manager? Standart script (pm2 start npm --name 'name-app' -- ssr:start) give error

To Reproduce Steps to reproduce the behavior.

Reproduction repo/demo link

Expected behavior A clear and concise description of what you expected to happen.

Additional context

Please indicate versions of:

node: v12.16.1
vue-cli: 
uvue: 
os: ubunto 20.04
browser: 
yabab-dev commented 4 years ago

Hi @vasilyman ,

I've no issue with PM2 actually, what is your error message ? If I run pm2 start "npm run ssr:start" everything is working as expected.

yabab-dev commented 3 years ago

No answer, closing