Skip to content
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

fix windows specific bugs #2263

Closed
wants to merge 15 commits into from
Closed

fix windows specific bugs #2263

wants to merge 15 commits into from

Conversation

vmarchaud
Copy link
Contributor

@vmarchaud vmarchaud commented Jul 5, 2016

Please always submit pull requests on the development branch.

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? ?
Fixed tickets #2182 #2223
License
Doc PR https://github.com/pm2-hive/pm2-hive.github.io/pulls

Please update this template with something that matches your PR

@soyuka
Copy link
Collaborator

soyuka commented Jul 5, 2016

You can force patched pidusage@1.0.3 in package.json too ;)

@@ -112,7 +112,8 @@ function installModule(CLI, module_name, cb) {
'install', module_name, '--prefix', cst.PM2_ROOT_PATH, '--loglevel=error'
],{
stdio : 'inherit',
async : true
async : true,
shell: true
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

@vmarchaud vmarchaud closed this Jul 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants