Skip to content

Instantly share code, notes, and snippets.

@ross-humphrey
Created February 11, 2020 21:27
Show Gist options
  • Save ross-humphrey/b3a933432a949dd364c80f13c6fcc229 to your computer and use it in GitHub Desktop.
Save ross-humphrey/b3a933432a949dd364c80f13c6fcc229 to your computer and use it in GitHub Desktop.
πŸ›  node-gyp issues fix
#!/bin/bash
# A simple script that will update packages that have node-gyp issues (where the package throws an error)
# FYI - node-gyp is a tool that compiles Node.js Addons.
npm install -g npm-check-updates
npm-check-updates -u
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment