impact-design-system
impact-design-system copied to clipboard
Update version locks (fix issues #21 and #24)
npm install is currently failing because of two reasons, this PR should help fix both.
- Replace FontAwesome's URL from its private NPM registry to the public NPM registry so that login is no longer required (#21)
- Update node-gyp and its requirements to the latest version (9.1.0) so that no error is presented (#24)
I was able to finish with npm install and build with Gulp with those changes, and everything seems to be fine, feel free to test them out and see if everything works as intended.