Bug Tracker

Opened 10 years ago

Closed 10 years ago

#14702 closed bug (fixed)

Problem with npm package for jquery 'latest'

Reported by: id@… 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-@…>

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

Change History (5)

comment:1 Changed 10 years ago by id@…

$ 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

comment:2 Changed 10 years ago by id@…

Oops, sorry. This is npm. I've reported this to http://github.com/isaacs/npm/issues

comment:3 Changed 10 years ago by m_gol

Component: unfiledbuild
Milestone: None1.11/2.1
Priority: undecidedblocker

comment:4 Changed 10 years ago by m_gol

Owner: set to m_gol
Status: newassigned

comment:5 Changed 10 years ago by m_gol

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!

Note: See TracTickets for help on using tickets.