-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pm2-meteor seem not working with pm2 version 3.0.0 #78
Comments
Hi, |
Hi,
I didn't found solution so move to use MUP instead.
Thank you
Kosona
…On Tue, Aug 7, 2018, 11:46 AM FrankWo1 ***@***.***> wrote:
Hi,
I have the same issue - I downgraded pm2 (2.10.3) on my server but still
have the same problem
Can u suggest a solution?
Thanks
Frank
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOoSB8mtJJ346NWQ1fkksK-W2P801CxHks5uOWH6gaJpZM4VPJ8Z>
.
|
Thanks - will try that |
Hi Kosona, Would you share your MUP settings? MUP has always been a bit unreliable to me and I can't seem to get it to install correctly - I am unable to access the instance behind the firewall - most likely one of my settings is awry or missing: (see below) module.exports = {
} |
@frankwo1 if you run |
Exposed Ports: |
any suggestions? Things to try? (I have already switched to Zodern docker image, changed some of the port settings, opened all firewall ports ) |
Hey folks - I think this is because of using nvm. We also run into errors when having installed system nodejs and then installing nvm... Our solution was to removing nvm and reinstalling nodejs via apt-get ... |
Hi, I am using the below option and now everything is running fine with PM2. If you want to deploy the bundle by yourself |
Hi,
I just upgrade pm2 to version 3.0.0 on my host and development machine.
When I run pm2-meteor deploy on my development machine, I got the following error message:
Building your app and deploying to host machine
missing pm2
ERROR: Please make sure you have node, npm and pm2 installed on your remote machine!
----- Version running on my development machine:
meteor --version
Meteor 1.7.0.3
pm2 -v
3.0.0
node -v
v8.11.2
npm -v
6.1.0
------ Version running on my Server/Host:
pm2 -v
3.0.0
which node
/root/.nvm/versions/node/v8.11.2/bin/node
which pm2
/root/.nvm/versions/node/v8.11.2/bin/pm2
node -v
v8.11.2
npm -v
6.1.0
Thank You
Adalidda
The text was updated successfully, but these errors were encountered: