Skip to content

Follow a breaking change in npm@4#242

Closed
watilde wants to merge 1 commit intofacebook:masterfrom
watilde:feature/npm4
Closed

Follow a breaking change in npm@4#242
watilde wants to merge 1 commit intofacebook:masterfrom
watilde:feature/npm4

Conversation

@watilde
Copy link

@watilde watilde commented May 24, 2017

To fix facebookarchive/draft-js#914, I updated check-dependencies to handle a breaking change in npm@4. This is a quick-fix, but it's how npm handle the exitCode in the test: npm/test/tap/outdated.js#L107-L108.

Probably, we will have a better way eventually, but it may take more time.

@wwalser
Copy link

wwalser commented May 24, 2017

Changing the exit code is unnecessary.

I think a better approach is to move cb(new gutil.PluginError(PLUGIN_NAME, 'npm broke')); into the if statement that checks failures.length. This way gulp only exits if packages are out of date. Ignore the exit code of npm outdated alltogether.

@watilde
Copy link
Author

watilde commented May 31, 2017

I'm going to close this since #244

@watilde watilde closed this May 31, 2017
@watilde watilde deleted the feature/npm4 branch May 31, 2017 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to build draft-js examples

3 participants