Skip to content

Instantly share code, notes, and snippets.

@SomeoneWeird
Created January 9, 2015 10:22
Show Gist options
  • Save SomeoneWeird/ee3feba217863374f110 to your computer and use it in GitHub Desktop.
Save SomeoneWeird/ee3feba217863374f110 to your computer and use it in GitHub Desktop.
➜ ~ npm update 6to5 -g --verbose
npm info it worked if it ends with ok
npm verb cli [ 'node',
npm verb cli '/usr/local/bin/npm',
npm verb cli 'update',
npm verb cli '6to5',
npm verb cli '-g',
npm verb cli '--verbose' ]
npm info using [email protected]
npm info using [email protected]
npm verb node symlink /usr/local/bin/node
npm verb request uri https://registry.npmjs.org/6to5
npm verb request no auth needed
npm info attempt registry request try #1 at 21:21:58
npm verb request id e473268774c9d4ee
npm verb etag "61S4YNK54IZ9770W25S73LWSD"
npm http request GET https://registry.npmjs.org/6to5
npm http 304 https://registry.npmjs.org/6to5
npm verb etag https://registry.npmjs.org/6to5 from cache
npm verb type called_on_non_object
npm verb stack TypeError: Object.keys called on non-object
npm verb stack at Function.keys (native)
npm verb stack at unmarkExtraneous (/usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:362:10)
npm verb stack at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:137:5
npm verb stack at next (/usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:185:14)
npm verb stack at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:169:14
npm verb stack at Object.oncomplete (evalmachine.<anonymous>:108:15)
npm verb cwd /Users/adam
npm ERR! Darwin 14.0.0
npm ERR! argv "node" "/usr/local/bin/npm" "update" "6to5" "-g" "--verbose"
npm ERR! node v0.10.35
npm ERR! npm v2.1.14
npm ERR! Object.keys called on non-object
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <http://github.com/npm/npm/issues>
npm verb exit [ 1, true ]
npm verb type called_on_non_object
npm verb stack TypeError: Object.keys called on non-object
npm verb stack at Function.keys (native)
npm verb stack at unmarkExtraneous (/usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:362:10)
npm verb stack at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:137:5
npm verb stack at next (/usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:185:14)
npm verb stack at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:169:14
npm verb stack at Object.oncomplete (evalmachine.<anonymous>:108:15)
npm verb cwd /Users/adam
npm ERR! Darwin 14.0.0
npm ERR! argv "node" "/usr/local/bin/npm" "update" "6to5" "-g" "--verbose"
npm ERR! node v0.10.35
npm ERR! npm v2.1.14
... repeats forever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment