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

using npm start results in multiple child processes upon reconfigure #9

Merged
merged 1 commit into from
Oct 25, 2016

Conversation

bookshelfdave
Copy link

@bookshelfdave bookshelfdave commented Oct 25, 2016

Solution:
change npm start to node server.js, this skips the additional
process that npm start creates

Signed-off-by: Dave Parfitt dparfitt@chef.io
see: habitat-sh/habitat#1340

Solution:
change `npm start` to `node server.js`, this skips the additional
process that `npm start` creates

Signed-off-by: Dave Parfitt <dparfitt@chef.io>
@davidwrede
Copy link
Contributor

gif-keyboard-3447145601259366728

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.

2 participants