-
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
Does PM2 work on Windows? #51
Comments
This is a little bit hacky but you could add two batch scripts in the folder (tar.bat and rm.bat) with the following content: rm.bat
To make this temporary solution easier -> clean up everything. tar.bat
You need to install 7-Zip which can create tar.gz files. |
You will have more problems if you use |
Sorry but currently ony unix OS are supported. |
It is almost working. The problem is with remote paths. They are generated with backslashes and if you are deploying for linux/unix/macOS then it will fail of course. Unfortunately I don't have time to learn CoffeeScript at the moment, so here is the recipe. Someone please translate it back to CoffeeScript.
Now instead |
I ask because everything was going smoothly until the end of employment with the following error (Windows dev PC and Ubuntu DO droplet host):
It appears that my computer can't read tar files and there is no solution for this as far as I know. There are programs that allow you to manually unbundle the tar files, but not sure if something for command line is available.
The text was updated successfully, but these errors were encountered: