-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Can't use the typescript module #2994
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
Comments
you cannot do Just type Keep me updated |
Hi, thanks for the update. I'll try that ASAP. But won't it install the latest version (^2.4.0)? I need to use the |
I see, it's quite simple to implement a regexp there: https://github.com/Unitech/pm2/blob/development/lib/API/Modules/Modularizer.js#L347 Feel free to send a PR! |
fix added feel free to try it:
|
Published on PM2 2.6.0: $ npm install pm2@latest -g
$ pm2 update
$ pm2 install [email protected] |
Uh oh!
There was an error while loading. Please reload this page.
I can't run pm2 with the typescript module. I have a
processes.json
with the following, among other scripts:But when I try to run
pm2-docker start pm2/processes-dev.json
I receive the full output of
tsc --help
:How it was installed:
pm2 list
output sometimes shows:But also shows:
Thanks in advance.
The text was updated successfully, but these errors were encountered: