impact-design-system icon indicating copy to clipboard operation
impact-design-system copied to clipboard

Update version locks (fix issues #21 and #24)

Open 4yx opened this issue 3 years ago • 0 comments

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.

4yx avatar Sep 23 '22 18:09 4yx