Closed ElSaico closed 9 years ago
What version of npm are you using?
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.
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!
I'm going to close this and recommend using the latest version of npm. Thanks for the catch though!
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.