Skip to content

remove incorrect initialization of npmConfigData to empty object #123

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

Merged
merged 1 commit into from
May 16, 2018

Conversation

venediktov
Copy link
Contributor

@venediktov venediktov commented May 16, 2018

This change "replace npmconf with rc (#119)"

let npmConfigData = require("rc")("npm");

in version 3.7.0 is breaking our builds , I fixed the code under node_modules and retested it on
npm version 5.7.1 looks good.

The variable was re-initialized to empty in the middle of the code and caused empty npmConfigData.

npmConfigData = {}

@unbornchikken
Copy link
Member

unbornchikken commented May 16, 2018

Dunno how it has passed my attention during the review of the mentioned PR. Thanks for the quick fix.

@unbornchikken unbornchikken merged commit 067fe17 into cmake-js:master May 16, 2018
@unbornchikken
Copy link
Member

Released as of v3.7.3.

@venediktov
Copy link
Contributor Author

Thank you!

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