In the refactor branch git+ssh is used for the forks @thedjpetersen made of some libraries. This makes it impossible for people without explicit access to those repositories to pull, and therefore to do npm install. This can be fixed by using https instead of ssh
In the refactor branch git+ssh is used for the forks @thedjpetersen made of some libraries. This makes it impossible for people without explicit access to those repositories to pull, and therefore to do
npm install
. This can be fixed by using https instead of ssh