Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git Package Error #26

Closed
floriandotorg opened this issue Aug 26, 2014 · 1 comment
Closed

git Package Error #26

floriandotorg opened this issue Aug 26, 2014 · 1 comment

Comments

@floriandotorg
Copy link

If the package.json contains a git package, e.g.

{
  "name": "html",
  "version": "0.0.0",
  "dependencies": {},
  "devDependencies": {
    "browser-sync": "^1.3.6",
    "gulp": "^3.8.7",
    "gulp-modernizr": "git://github.com/doctyper/gulp-modernizr.git",
    "gulp-plumber": "^0.6.5"
  },
  "engines": {
    "node": ">=0.8.0"
  }
}

npm-check-update fails with: There was an error determining the latest package versions: Error: 404 Not Found: gulp-modernizr

@tjunnone
Copy link
Collaborator

tjunnone commented Dec 7, 2014

Thanks for the bug report. This is now fixed in 1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants