Skip to main content

Bug Tracker

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 id@mx.kynan.net.au comment:1

$ 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

Changed January 17, 2014 03:17AM UTC by id@mx.kynan.net.au 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 m_gol comment:3

component: unfiledbuild
milestone: None1.11/2.1
priority: undecidedblocker

Changed January 17, 2014 09:52PM UTC by m_gol comment:4

owner: → m_gol
status: newassigned

Changed January 17, 2014 09:52PM UTC by m_gol comment:5

resolution: → fixed
status: assignedclosed

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!