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

Explicitly use fresh node-gyp #1563

Merged
merged 1 commit into from
Nov 23, 2018

Conversation

evgenykochetkov
Copy link
Contributor

@evgenykochetkov evgenykochetkov commented Nov 21, 2018

The version we used before is 3.6.2:

xod/yarn.lock

Lines 10296 to 10297 in 28b13bb

node-gyp@^3.3.1:
version "3.6.2"

which is node-sass's dependency: https://github.com/xodio/xod/blob/master/yarn.lock#L10444

It is quite old and among others has this issue that causes lots of pain on fresh macOS versions.

Copy link
Member

@nkrkv nkrkv left a comment

Choose a reason for hiding this comment

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

LGTM

Works fine on Linux as well.

Copy link
Contributor

@brusherru brusherru left a comment

Choose a reason for hiding this comment

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

Works fine on my machine 👍

@evgenykochetkov evgenykochetkov force-pushed the chore-explicitly-use-fresh-node-gyp branch from 674e999 to 1dcd6b7 Compare November 22, 2018 15:50
@evgenykochetkov evgenykochetkov merged commit 6620f44 into master Nov 23, 2018
@evgenykochetkov evgenykochetkov deleted the chore-explicitly-use-fresh-node-gyp branch November 23, 2018 12:50
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