Skip to content

Instantly share code, notes, and snippets.

@fperez
Created May 12, 2016 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fperez/5b511f555cb3eb781663760e47dab9c4 to your computer and use it in GitHub Desktop.
Save fperez/5b511f555cb3eb781663760e47dab9c4 to your computer and use it in GitHub Desktop.
Js widgets debug log
(master)denali[jupyter-js-widgets]> cat /Users/fperez/dev/ipython/ipywidgets/jupyter-js-widgets/npm-debug.log
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/6.0.0/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli '--save',
1 verbose cli 'jupyter-js-widgets' ]
2 info using npm@3.8.6
3 info using node@v6.0.0
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData jupyter-js-widgets
8 silly fetchNamedPackageData jupyter-js-widgets
9 silly mapToRegistry name jupyter-js-widgets
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry https://registry.npmjs.org/
12 silly mapToRegistry data Result {
12 silly mapToRegistry raw: 'jupyter-js-widgets',
12 silly mapToRegistry scope: null,
12 silly mapToRegistry name: 'jupyter-js-widgets',
12 silly mapToRegistry rawSpec: '',
12 silly mapToRegistry spec: 'latest',
12 silly mapToRegistry type: 'tag' }
13 silly mapToRegistry uri https://registry.npmjs.org/jupyter-js-widgets
14 verbose request uri https://registry.npmjs.org/jupyter-js-widgets
15 verbose request no auth needed
16 info attempt registry request try #1 at 11:46:56 AM
17 verbose request id 9f435e15323871bf
18 verbose etag "9P9XDFABNPKDZVAFV9IGJ62PZ"
19 http request GET https://registry.npmjs.org/jupyter-js-widgets
20 http 304 https://registry.npmjs.org/jupyter-js-widgets
21 verbose headers { date: 'Thu, 12 May 2016 18:46:57 GMT',
21 verbose headers via: '1.1 varnish',
21 verbose headers 'cache-control': 'max-age=300',
21 verbose headers etag: '"9P9XDFABNPKDZVAFV9IGJ62PZ"',
21 verbose headers age: '0',
21 verbose headers connection: 'keep-alive',
21 verbose headers 'x-served-by': 'cache-ord1748-ORD',
21 verbose headers 'x-cache': 'MISS',
21 verbose headers 'x-cache-hits': '0',
21 verbose headers 'x-timer': 'S1463078817.249533,VS0,VE207',
21 verbose headers vary: 'Accept-Encoding' }
22 silly get cb [ 304,
22 silly get { date: 'Thu, 12 May 2016 18:46:57 GMT',
22 silly get via: '1.1 varnish',
22 silly get 'cache-control': 'max-age=300',
22 silly get etag: '"9P9XDFABNPKDZVAFV9IGJ62PZ"',
22 silly get age: '0',
22 silly get connection: 'keep-alive',
22 silly get 'x-served-by': 'cache-ord1748-ORD',
22 silly get 'x-cache': 'MISS',
22 silly get 'x-cache-hits': '0',
22 silly get 'x-timer': 'S1463078817.249533,VS0,VE207',
22 silly get vary: 'Accept-Encoding' } ]
23 verbose etag https://registry.npmjs.org/jupyter-js-widgets from cache
24 verbose get saving jupyter-js-widgets to /Users/fperez/.npm/registry.npmjs.org/jupyter-js-widgets/.cache.json
25 verbose correctMkdir /Users/fperez/.npm correctMkdir not in flight; initializing
26 silly install normalizeTree
27 silly loadCurrentTree Finishing
28 silly loadIdealTree Starting
29 silly install loadIdealTree
30 silly cloneCurrentTree Starting
31 silly install cloneCurrentTreeToIdealTree
32 silly cloneCurrentTree Finishing
33 silly loadShrinkwrap Starting
34 silly install loadShrinkwrap
35 silly loadShrinkwrap Finishing
36 silly loadAllDepsIntoIdealTree Starting
37 silly install loadAllDepsIntoIdealTree
38 silly rollbackFailedOptional Starting
39 silly rollbackFailedOptional Finishing
40 silly runTopLevelLifecycles Starting
41 silly runTopLevelLifecycles Finishing
42 silly install printInstalled
43 verbose stack Error: Refusing to install jupyter-js-widgets as a dependency of itself
43 verbose stack at checkSelf (/usr/local/lib/node_modules/npm/lib/install/validate-args.js:53:14)
43 verbose stack at Array.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/slide/lib/bind-actor.js:15:8)
43 verbose stack at LOOP (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:15:14)
43 verbose stack at chain (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:20:5)
43 verbose stack at /usr/local/lib/node_modules/npm/lib/install/validate-args.js:16:5
43 verbose stack at /usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:52:35
43 verbose stack at Array.forEach (native)
43 verbose stack at /usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:52:11
43 verbose stack at Array.forEach (native)
43 verbose stack at asyncMap (/usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:51:8)
44 verbose cwd /Users/fperez/dev/ipython/ipywidgets/jupyter-js-widgets
45 error Darwin 15.4.0
46 error argv "/usr/local/Cellar/node/6.0.0/bin/node" "/usr/local/bin/npm" "install" "--save" "jupyter-js-widgets"
47 error node v6.0.0
48 error npm v3.8.6
49 error code ENOSELF
50 error Refusing to install jupyter-js-widgets as a dependency of itself
51 error If you need help, you may report this error at:
51 error <https://github.com/npm/npm/issues>
52 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment