Side navigation
#14702 closed bug (fixed)
Opened January 17, 2014 03:04AM UTC
Closed January 17, 2014 09:52PM UTC
Problem with npm package for jquery 'latest'
Reported by: | id@mx.kynan.net.au | Owned by: | m_gol |
---|---|---|---|
Priority: | blocker | Milestone: | 1.11/2.1 |
Component: | build | Version: | 2.1.0-beta2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$ npm install jquery
npm http GET https://registry.npmjs.org/jquery
npm http 304 https://registry.npmjs.org/jquery
npm http GET https://registry.npmjs.org/jquery/-/jquery-2.1.0-rc1.tgz
npm http 404 https://registry.npmjs.org/jquery/-/jquery-2.1.0-rc1.tgz
npm ERR! fetch failed https://registry.npmjs.org/jquery/-/jquery-2.1.0-rc1.tgz
npm ERR! Error: 404 Not Found
npm ERR! at null.<anonymous> (/usr/local/Cellar/node/0.8.21/lib/node_modules/npm/lib/utils/fetch.js:47:16)
npm ERR! at EventEmitter.emit (events.js:126:20)
npm ERR! at WriteStream.flush (fs.js:1529:12)
npm ERR! at Object.oncomplete (fs.js:297:15)
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR! System Darwin 12.5.0
npm ERR! command "/usr/local/Cellar/node/0.8.21/bin/node" "/usr/local/bin/npm" "install" "jquery"
npm ERR! cwd /Library/WebServer/Documents/PHP_Devs/sergeymarkov_monkeys
npm ERR! node -v v0.8.21
npm ERR! npm -v 1.2.11
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Library/WebServer/Documents/PHP_Devs/sergeymarkov_monkeys/npm-debug.log
npm ERR! not ok code 0
Attachments (0)
Change History (5)
Changed January 17, 2014 03:11AM UTC by comment:1
Changed January 17, 2014 03:17AM UTC by comment:2
Oops, sorry. This is npm. I've reported this to http://github.com/isaacs/npm/issues
Changed January 17, 2014 07:22PM UTC by comment:3
component: | unfiled → build |
---|---|
milestone: | None → 1.11/2.1 |
priority: | undecided → blocker |
Changed January 17, 2014 09:52PM UTC by comment:4
owner: | → m_gol |
---|---|
status: | new → assigned |
Changed January 17, 2014 09:52PM UTC by comment:5
resolution: | → fixed |
---|---|
status: | assigned → closed |
We republished both RCs. I am able to install now so I'm closing it. Please comment if you still experience issues.
Thanks for the report!