We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', 1 verbose cli '/usr/local/bin/npm', 1 verbose cli 'install', 1 verbose cli 'microgear' ] 2 info using [email protected] 3 info using [email protected] 4 silly loadCurrentTree Starting 5 silly install loadCurrentTree 6 silly install readLocalPackageData 7 silly fetchPackageMetaData microgear 8 silly fetchNamedPackageData microgear 9 silly mapToRegistry name microgear 10 silly mapToRegistry using default registry 11 silly mapToRegistry registry https://registry.npmjs.org/ 12 silly mapToRegistry data Result { 12 silly mapToRegistry raw: 'microgear', 12 silly mapToRegistry scope: null, 12 silly mapToRegistry escapedName: 'microgear', 12 silly mapToRegistry name: 'microgear', 12 silly mapToRegistry rawSpec: '', 12 silly mapToRegistry spec: 'latest', 12 silly mapToRegistry type: 'tag' } 13 silly mapToRegistry uri https://registry.npmjs.org/microgear 14 verbose request uri https://registry.npmjs.org/microgear 15 verbose request no auth needed 16 info attempt registry request try #1 at 2:51:53 PM 17 verbose request id ad3038a1aea64bf7 18 verbose etag W/"58339e4f-6c64" 19 verbose lastModified Tue, 22 Nov 2016 01:24:31 GMT 20 http request GET https://registry.npmjs.org/microgear 21 http 304 https://registry.npmjs.org/microgear 22 verbose headers { date: 'Sat, 07 Jan 2017 07:50:08 GMT', 22 verbose headers via: '1.1 varnish', 22 verbose headers 'cache-control': 'max-age=300', 22 verbose headers etag: 'W/"58339e4f-6c64"', 22 verbose headers age: '14', 22 verbose headers connection: 'keep-alive', 22 verbose headers 'x-served-by': 'cache-sin6923-SIN', 22 verbose headers 'x-cache': 'HIT', 22 verbose headers 'x-cache-hits': '1', 22 verbose headers 'x-timer': 'S1483775408.960095,VS0,VE0', 22 verbose headers vary: 'Accept-Encoding' } 23 silly get cb [ 304, 23 silly get { date: 'Sat, 07 Jan 2017 07:50:08 GMT', 23 silly get via: '1.1 varnish', 23 silly get 'cache-control': 'max-age=300', 23 silly get etag: 'W/"58339e4f-6c64"', 23 silly get age: '14', 23 silly get connection: 'keep-alive', 23 silly get 'x-served-by': 'cache-sin6923-SIN', 23 silly get 'x-cache': 'HIT', 23 silly get 'x-cache-hits': '1', 23 silly get 'x-timer': 'S1483775408.960095,VS0,VE0', 23 silly get vary: 'Accept-Encoding' } ] 24 verbose etag https://registry.npmjs.org/microgear from cache 25 verbose get saving microgear to /root/.npm/registry.npmjs.org/microgear/.cache.json 26 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 27 silly install normalizeTree 28 silly loadCurrentTree Finishing 29 silly loadIdealTree Starting 30 silly install loadIdealTree 31 silly cloneCurrentTree Starting 32 silly install cloneCurrentTreeToIdealTree 33 silly cloneCurrentTree Finishing 34 silly loadShrinkwrap Starting 35 silly install loadShrinkwrap 36 silly loadShrinkwrap Finishing 37 silly loadAllDepsIntoIdealTree Starting 38 silly install loadAllDepsIntoIdealTree 39 silly rollbackFailedOptional Starting 40 silly rollbackFailedOptional Finishing 41 silly runTopLevelLifecycles Finishing 42 silly install printInstalled 43 verbose stack Error: Refusing to install microgear 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. (/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 /home/nodetest 45 error Linux 2.6.18-410.el5 46 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "microgear" 47 error node v7.3.0 48 error npm v3.10.10 49 error code ENOSELF 50 error Refusing to install microgear 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 ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'microgear' ]
2 info using [email protected]
3 info using [email protected]
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData microgear
8 silly fetchNamedPackageData microgear
9 silly mapToRegistry name microgear
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry https://registry.npmjs.org/
12 silly mapToRegistry data Result {
12 silly mapToRegistry raw: 'microgear',
12 silly mapToRegistry scope: null,
12 silly mapToRegistry escapedName: 'microgear',
12 silly mapToRegistry name: 'microgear',
12 silly mapToRegistry rawSpec: '',
12 silly mapToRegistry spec: 'latest',
12 silly mapToRegistry type: 'tag' }
13 silly mapToRegistry uri https://registry.npmjs.org/microgear
14 verbose request uri https://registry.npmjs.org/microgear
15 verbose request no auth needed
16 info attempt registry request try #1 at 2:51:53 PM
17 verbose request id ad3038a1aea64bf7
18 verbose etag W/"58339e4f-6c64"
19 verbose lastModified Tue, 22 Nov 2016 01:24:31 GMT
20 http request GET https://registry.npmjs.org/microgear
21 http 304 https://registry.npmjs.org/microgear
22 verbose headers { date: 'Sat, 07 Jan 2017 07:50:08 GMT',
22 verbose headers via: '1.1 varnish',
22 verbose headers 'cache-control': 'max-age=300',
22 verbose headers etag: 'W/"58339e4f-6c64"',
22 verbose headers age: '14',
22 verbose headers connection: 'keep-alive',
22 verbose headers 'x-served-by': 'cache-sin6923-SIN',
22 verbose headers 'x-cache': 'HIT',
22 verbose headers 'x-cache-hits': '1',
22 verbose headers 'x-timer': 'S1483775408.960095,VS0,VE0',
22 verbose headers vary: 'Accept-Encoding' }
23 silly get cb [ 304,
23 silly get { date: 'Sat, 07 Jan 2017 07:50:08 GMT',
23 silly get via: '1.1 varnish',
23 silly get 'cache-control': 'max-age=300',
23 silly get etag: 'W/"58339e4f-6c64"',
23 silly get age: '14',
23 silly get connection: 'keep-alive',
23 silly get 'x-served-by': 'cache-sin6923-SIN',
23 silly get 'x-cache': 'HIT',
23 silly get 'x-cache-hits': '1',
23 silly get 'x-timer': 'S1483775408.960095,VS0,VE0',
23 silly get vary: 'Accept-Encoding' } ]
24 verbose etag https://registry.npmjs.org/microgear from cache
25 verbose get saving microgear to /root/.npm/registry.npmjs.org/microgear/.cache.json
26 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing
27 silly install normalizeTree
28 silly loadCurrentTree Finishing
29 silly loadIdealTree Starting
30 silly install loadIdealTree
31 silly cloneCurrentTree Starting
32 silly install cloneCurrentTreeToIdealTree
33 silly cloneCurrentTree Finishing
34 silly loadShrinkwrap Starting
35 silly install loadShrinkwrap
36 silly loadShrinkwrap Finishing
37 silly loadAllDepsIntoIdealTree Starting
38 silly install loadAllDepsIntoIdealTree
39 silly rollbackFailedOptional Starting
40 silly rollbackFailedOptional Finishing
41 silly runTopLevelLifecycles Finishing
42 silly install printInstalled
43 verbose stack Error: Refusing to install microgear 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. (/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 /home/nodetest
45 error Linux 2.6.18-410.el5
46 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "microgear"
47 error node v7.3.0
48 error npm v3.10.10
49 error code ENOSELF
50 error Refusing to install microgear 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 ]
The text was updated successfully, but these errors were encountered: