tbranyen/backbone-boilerplate

grunt-bbb-requirejs 404

matthewlein opened this issue · 5 comments

the yo installer looks for this https://registry.npmjs.org/grunt-bbb-requirejs/-/grunt-bbb-requirejs-0.1.0-alpha.8.tgz which 404s.

https://npmjs.org/package/grunt-bbb-requirejs shows 0.1.0-alpha.7 as the latest.

also getting lots of warnings and json parsing errors, but I think that is npm being wonky.

I was getting the same thing. It might be a problem with npm.
On Nov 15, 2013 6:27 PM, "Matthew Lein" notifications@github.com wrote:

the yo installer looks for this
https://registry.npmjs.org/grunt-bbb-requirejs/-/grunt-bbb-requirejs-0.1.0-alpha.8.tgzwhich 404s.

https://npmjs.org/package/grunt-bbb-requirejs shows 0.1.0-alpha.7 as the
latest.

also getting lots of warnings and json parsing errors, but I think that is
npm being wonky.


Reply to this email directly or view it on GitHubhttps://github.com//issues/245
.

and now you refresh and its back.

bbb : 1
npm : 0

I'm still seeing alpha.7 as the latest version, and running npm install with a clean cache is still downloading alpha.7. Not sure what the problem is...

I believe it is a problem with NPM. It had already been pulished.
On Nov 16, 2013 11:50 PM, "Trevor Cook" notifications@github.com wrote:

I'm still seeing alpha.7 as the latest version, and running npm installwith a clean cache is still downloading alpha.7. Not sure what the problem
is...


Reply to this email directly or view it on GitHubhttps://github.com//issues/245#issuecomment-28637770
.

I went in #node.js to get more info on this and this was the suggestion:

16:24 < kenansulayman> try npm publish --force
16:24 < kenansulayman> Might have been a race condition in npms' couchdb