Created
February 11, 2020 21:27
-
-
Save ross-humphrey/b3a933432a949dd364c80f13c6fcc229 to your computer and use it in GitHub Desktop.
π node-gyp issues fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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