mozilla / webmaker-android

Webmaker for Android
https://play.google.com/store/apps/details?id=org.mozilla.webmaker
Mozilla Public License 2.0
167 stars 113 forks source link

Fixed webmaker-core dependency link #2404

Closed ElSaico closed 9 years ago

ElSaico commented 9 years ago

Trying to npm install the package throws an ENOENT, because the link to the webmaker-core dependency is not recognized as a Git repository.

Changing the URI scheme to git+https:// fixes this.

gvn commented 9 years ago

What version of npm are you using?

toolness commented 9 years ago

I was experiencing some weird problems too (an http 406 from github when it was trying to install webmaker-core over https), but I was using npm 2.5.x. Upgrading npm fixed things for me.

toolness commented 9 years ago

Sorry, my migration script for https://github.com/mozilla/webmaker-core/issues/23 accidentally migrated this, even though it wasn't supposed to. Just undid it!

gvn commented 9 years ago

I'm going to close this and recommend using the latest version of npm. Thanks for the catch though!