Skip to content

Instantly share code, notes, and snippets.

@jfhbrook
Created July 11, 2010 03:11
Show Gist options
  • Save jfhbrook/471243 to your computer and use it in GitHub Desktop.
Save jfhbrook/471243 to your computer and use it in GitHub Desktop.
npm it worked if it ends with ok
npm sudo true
npm configfile /root/.npmrc
npm cli [ 'install', 'dnode' ]
npm version 0.1.19
npm install pkg dnode
npm fetch data dnode
npm GET dnode
npm install pkg dnode
npm nodeSupported by dnode@0.0.1 true
npm dnode@latest { name: 'dnode'
, version: '0.0.1'
, descrption: 'Asynchronous, bidirectional remote method invocation'
, author: 'James Halliday'
, directories: { lib: './lib' }
, main: './lib/dnode'
, repository:
{ type: 'git'
, url: 'http://github.com/substack/dnode.git'
}
, dependencies: { bufferlist: '*', traverse: '*' }
, engine: [ 'node >=0.1.97' ]
, _id: 'dnode-0.0.1'
, engines: { node: '*' }
, _nodeSupported: true
, dist: { tarball: 'http://registry.npmjs.org/dnode/-/dnode-0.0.1.tgz' }
, mtime: '2010-07-11T02:58:13Z'
, ctime: '2010-07-11T02:58:13Z'
}
npm install pkg dnode@0.0.1
npm readJson /usr/local/lib/node/.npm/.cache/dnode/0.0.1/package.json
npm GET dnode/0.0.1
npm fetch http://registry.npmjs.org/dnode/-/dnode-0.0.1.tgz to /usr/local/lib/node/.npm/.cache/dnode/0.0.1/package.tgz
npm content-length unknown
npm fetch finished
npm bytes 16467
npm exec tar "xzf" "/usr/local/lib/node/.npm/.cache/dnode/0.0.1/package.tgz" "--strip" "1" "-C" "/usr/local/lib/node/.npm/.cache/dnode/0.0.1/package"
npm readJson /usr/local/lib/node/.npm/.cache/dnode/0.0.1/package/package.json
npm install pkg bufferlist@*
npm fetch data bufferlist
npm GET bufferlist
npm install pkg bufferlist@*
npm nodeSupported by bufferlist@0.0.1 true
npm bufferlist@latest { name: 'bufferlist'
, version: '0.0.1'
, description: 'Create linked lists of Buffer objects'
, author: 'James Halliday (mail@substack.net)'
, directories: { lib: './lib' }
, main: 'bufferlist'
, repository:
{ type: 'git'
, url: 'http://github.com/substack/node-bufferlist.git'
}
, engine: [ 'node >=0.1.97' ]
, _id: 'bufferlist-0.0.1'
, engines: { node: '*' }
, _nodeSupported: true
, dist: { tarball: 'http://registry.npmjs.org/bufferlist/-/bufferlist-0.0.1.tgz' }
, mtime: '2010-07-08T02:28:24Z'
, ctime: '2010-07-08T02:28:24Z'
}
npm install pkg traverse@*
npm fetch data traverse
npm GET traverse
npm install pkg traverse@*
npm nodeSupported by traverse@0.0.1 true
npm traverse@latest { name: 'traverse'
, version: '0.0.1'
, description: 'Traverse and transform objects by visiting every node on a recursive walk.'
, author: 'James Halliday'
, main: 'traverse'
, repository:
{ type: 'git'
, url: 'http://github.com/substack/js-traverse.git'
}
, _id: 'traverse-0.0.1'
, engines: { node: '*' }
, _nodeSupported: true
, dist: { tarball: 'http://registry.npmjs.org/traverse/-/traverse-0.0.1.tgz' }
, mtime: '2010-07-09T06:18:29Z'
, ctime: '2010-07-09T06:18:29Z'
}
npm install pkg bufferlist@0.0.1
npm readJson /usr/local/lib/node/.npm/.cache/bufferlist/0.0.1/package.json
npm GET bufferlist/0.0.1
npm fetch http://registry.npmjs.org/bufferlist/-/bufferlist-0.0.1.tgz to /usr/local/lib/node/.npm/.cache/bufferlist/0.0.1/package.tgz
npm fail Error installing bufferlist@0.0.1
npm ! Error: 404 { server: 'nginx/0.7.62'
, date: 'Sun, 11 Jul 2010 03:08:33 GMT'
, 'content-type': 'text/plain;charset=utf-8'
, connection: 'close'
, 'content-length': '64'
, 'cache-control': 'must-revalidate'
}
at ClientRequest.<anonymous> (/usr/local/lib/node/.npm/npm/0.1.19/package/lib/utils/fetch.js:61:19)
at ClientRequest.emit (events:25:26)
at HTTPParser.onIncoming (http:861:11)
at HTTPParser.onHeadersComplete (http:87:31)
at Client.ondata (http:871:22)
at IOWatcher.callback (net:517:29)
at node.js:266:9
npm failure try running: 'npm help install'
npm failure Report this *entire* log at <http://github.com/isaacs/npm/issues>
npm failure or email it to <npm-@googlegroups.com>
npm not ok
[josh@eevee Jerk]$ ls
lib lulzbot README.md vendor
[josh@eevee Jerk]$ su -c'npm install dnode' | dnode.lolg
Command not found. Password:
[1]+ Stopped su -c'npm install dnode' | dnode.lolg
[josh@eevee Jerk]$ su -c'npm install dnode' > dnode.lolg
Password:
npm it worked if it ends with ok
npm sudo true
npm configfile /root/.npmrc
npm cli [ 'install', 'dnode' ]
npm version 0.1.19
npm install pkg dnode
npm fetch data dnode
npm GET dnode
npm install pkg dnode
npm nodeSupported by dnode@0.0.1 true
npm dnode@latest { name: 'dnode'
, version: '0.0.1'
, descrption: 'Asynchronous, bidirectional remote method invocation'
, author: 'James Halliday'
, directories: { lib: './lib' }
, main: './lib/dnode'
, repository:
{ type: 'git'
, url: 'http://github.com/substack/dnode.git'
}
, dependencies: { bufferlist: '*', traverse: '*' }
, engine: [ 'node >=0.1.97' ]
, _id: 'dnode-0.0.1'
, engines: { node: '*' }
, _nodeSupported: true
, dist: { tarball: 'http://registry.npmjs.org/dnode/-/dnode-0.0.1.tgz' }
, mtime: '2010-07-11T02:58:13Z'
, ctime: '2010-07-11T02:58:13Z'
}
npm install pkg dnode@0.0.1
npm readJson /usr/local/lib/node/.npm/.cache/dnode/0.0.1/package.json
npm install pkg bufferlist@*
npm fetch data bufferlist
npm GET bufferlist
npm install pkg bufferlist@*
npm nodeSupported by bufferlist@0.0.1 true
npm bufferlist@latest { name: 'bufferlist'
, version: '0.0.1'
, description: 'Create linked lists of Buffer objects'
, author: 'James Halliday (mail@substack.net)'
, directories: { lib: './lib' }
, main: 'bufferlist'
, repository:
{ type: 'git'
, url: 'http://github.com/substack/node-bufferlist.git'
}
, engine: [ 'node >=0.1.97' ]
, _id: 'bufferlist-0.0.1'
, engines: { node: '*' }
, _nodeSupported: true
, dist: { tarball: 'http://registry.npmjs.org/bufferlist/-/bufferlist-0.0.1.tgz' }
, mtime: '2010-07-08T02:28:24Z'
, ctime: '2010-07-08T02:28:24Z'
}
npm install pkg traverse@*
npm fetch data traverse
npm GET traverse
npm install pkg traverse@*
npm nodeSupported by traverse@0.0.1 true
npm traverse@latest { name: 'traverse'
, version: '0.0.1'
, description: 'Traverse and transform objects by visiting every node on a recursive walk.'
, author: 'James Halliday'
, main: 'traverse'
, repository:
{ type: 'git'
, url: 'http://github.com/substack/js-traverse.git'
}
, _id: 'traverse-0.0.1'
, engines: { node: '*' }
, _nodeSupported: true
, dist: { tarball: 'http://registry.npmjs.org/traverse/-/traverse-0.0.1.tgz' }
, mtime: '2010-07-09T06:18:29Z'
, ctime: '2010-07-09T06:18:29Z'
}
npm install pkg bufferlist@0.0.1
npm readJson /usr/local/lib/node/.npm/.cache/bufferlist/0.0.1/package.json
npm GET bufferlist/0.0.1
npm fetch http://registry.npmjs.org/bufferlist/-/bufferlist-0.0.1.tgz to /usr/local/lib/node/.npm/.cache/bufferlist/0.0.1/package.tgz
npm fail Error installing bufferlist@0.0.1
npm ! Error: 404 { server: 'nginx/0.7.62'
, date: 'Sun, 11 Jul 2010 03:09:39 GMT'
, 'content-type': 'text/plain;charset=utf-8'
, connection: 'close'
, 'content-length': '64'
, 'cache-control': 'must-revalidate'
}
at ClientRequest.<anonymous> (/usr/local/lib/node/.npm/npm/0.1.19/package/lib/utils/fetch.js:61:19)
at ClientRequest.emit (events:25:26)
at HTTPParser.onIncoming (http:861:11)
at HTTPParser.onHeadersComplete (http:87:31)
at Client.ondata (http:871:22)
at IOWatcher.callback (net:517:29)
at node.js:266:9
npm failure try running: 'npm help install'
npm failure Report this *entire* log at <http://github.com/isaacs/npm/issues>
npm failure or email it to <npm-@googlegroups.com>
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment