Skip to content

Fix GitHub issue with NPM dependency resolving in CI pipeline

Sean King requested to merge seanking/admin-fe:github-issue-fix into master

This MR attempts to fix an issue with resolving a dependency from GitHub because git:// does not seem to be supported. (:

Solution slightly based on this: https://stackoverflow.com/questions/28361937/bower-fatal-unable-to-connect-to-github-com#32080571

Edited by Sean King

Merge request reports