Skip to content

Bump devDependencies to fix compile on OS X (tested on 10.13.6) #1792

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
Jun 17, 2021

Conversation

mcclure
Copy link
Contributor

@mcclure mcclure commented Oct 10, 2020

  • I am on OS X 10.13.6, npm 6.14.8, node v14.13.1.

  • I was able to npm install a package that requires immutable-js, but was not able to npm install a checkout of immutable-js itself. It failed because the devDependencies were not able to build.
    fail_log.log

  • I ran:

    npm install -g npm-check-updates
    npm-check-updates -u
    npm install

  • Now npm install works.

It appears nan or node-gyp or something needed a bump. As an alternative to accepting my patch, you could fix this by running npm-check-updates yourself.

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