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

Use same node when shelling out to jsdoc #1031

Closed
wants to merge 1 commit into from

Conversation

alexeagle
Copy link

Right now we assume that the node in the process.env['PATH'] will be the right one. If the user uses a certain version of node to invoke pbts (or doesn't have node on their PATH) then this does the wrong thing. We should spawn another copy of the same node binary that's already running.

Right now we assume that the node in the process.env['PATH'] will be the right one. If the user uses a certain version of node to invoke pbts (or doesn't have node on their PATH) then this does the wrong thing. We should spawn another copy of the same node binary that's already running.
@alexeagle
Copy link
Author

Oh, I see that @kellycampbell found this already, this is a dupe of #1018

@alexeagle alexeagle closed this Apr 27, 2018
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.

None yet

1 participant