Skip to content
New issue

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

Exit handler never called #3938

Open
1 task done
baibhavmandal opened this issue Oct 25, 2021 · 2 comments
Open
1 task done

Exit handler never called #3938

baibhavmandal opened this issue Oct 25, 2021 · 2 comments
Labels
Bug thing that needs fixing Priority 2 secondary priority issue Release 8.x work is associated with a specific npm 8 release

Comments

@baibhavmandal
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I am trying to make react-native cli app but I am facing an error after writing the command " npx react-native init AwesomeProject" .

Expected Behavior

I expected that a file AwesomeProject would created after running the command.

Steps To Reproduce

  1. In this environment windows 10 -> cmd
  2. With this config node 12.17.6, npm 7.24.0
  3. Run 'npx react-native init AwesomeProject'
  4. See error
    npm ERR! This is an error with npm itself. Please report this error at:
    npm ERR! https://github.com/npm/cli/issues

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\BAIBHAV MANDAL\AppData\Local\npm-cache_logs\2021-10-25T10_39_29_554Z-debug.log

Environment

  • OS: window 10
  • Node: 14.17.6
  • npm: 7.24.0
@baibhavmandal baibhavmandal added Bug thing that needs fixing Needs Triage needs review for next steps Release 8.x work is associated with a specific npm 8 release labels Oct 25, 2021
@fritzy
Copy link
Contributor

fritzy commented Oct 25, 2021

@baibhavmandal please include the debug log to help us narrow it down. Thanks!

@fritzy fritzy added Priority 2 secondary priority issue and removed Needs Triage needs review for next steps labels Oct 26, 2021
@RahulkumarRV
Copy link

0 verbose cli [
0 verbose cli 'C:\Program Files\nodejs\node.exe',
0 verbose cli 'C:\Users\DELL\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js',
0 verbose cli 'i',
0 verbose cli 'firebase',
0 verbose cli 'bootstrap'
0 verbose cli ]
1 info using npm@8.1.2
2 info using node@v14.18.0
3 timing npm:load:whichnode Completed in 1ms
4 timing config:load:defaults Completed in 3ms
5 timing config:load:file:C:\Users\DELL\AppData\Roaming\npm\node_modules\npm\npmrc Completed in 14ms
6 timing config:load:builtin Completed in 14ms
7 timing config:load:cli Completed in 4ms
8 timing config:load:env Completed in 1ms
9 timing config:load:file:C:\Users\DELL\Documents\webapp\webapp.npmrc Completed in 1ms
10 timing config:load:project Completed in 3ms
11 timing config:load:file:C:\Users\DELL.npmrc Completed in 0ms
12 timing config:load:user Completed in 0ms
13 timing config:load:file:C:\Users\DELL\AppData\Roaming\npm\etc\npmrc Completed in 1ms
14 timing config:load:global Completed in 1ms
15 timing config:load:validate Completed in 0ms
16 timing config:load:credentials Completed in 1ms
17 timing config:load:setEnvs Completed in 2ms
18 timing config:load Completed in 29ms
19 timing npm:load:configload Completed in 29ms
20 timing npm:load:setTitle Completed in 1ms
21 timing npm:load:setupLog Completed in 1ms
22 timing config:load:flatten Completed in 7ms
23 timing npm:load:cleanupLog Completed in 4ms
24 timing npm:load:configScope Completed in 0ms
25 timing npm:load:projectScope Completed in 13ms
26 timing npm:load Completed in 59ms
27 timing arborist:ctor Completed in 3ms
28 timing idealTree:init Completed in 2917ms
29 timing idealTree:userRequests Completed in 9ms
30 silly idealTree buildDeps
31 silly fetch manifest firebase@*
32 timing arborist:ctor Completed in 0ms
33 http fetch GET 200 https://registry.npmjs.org/firebase 13266ms (cache revalidated)
34 silly fetch manifest bootstrap@*
35 http fetch GET 200 https://registry.npmjs.org/bootstrap 477ms (cache revalidated)
36 silly fetch manifest @popperjs/core@^2.10.2
37 http fetch GET 200 https://registry.npmjs.org/@popperjs%2fcore 430ms (cache revalidated)
38 silly placeDep ROOT bootstrap@5.1.3 OK for: webapp@0.1.0 want: *
39 silly placeDep ROOT @popperjs/core@2.10.2 OK for: bootstrap@5.1.3 want: ^2.10.2
40 silly placeDep ROOT firebase@9.2.0 OK for: webapp@0.1.0 want: *
41 silly fetch manifest @firebase/app@0.7.5
42 silly fetch manifest @firebase/app-compat@0.1.6
43 silly fetch manifest @firebase/app-types@0.7.0
44 silly fetch manifest @firebase/auth@0.19.0
45 silly fetch manifest @firebase/auth-compat@0.2.0
46 silly fetch manifest @firebase/database@0.12.2
47 silly fetch manifest @firebase/database-compat@0.1.2
48 silly fetch manifest @firebase/firestore@3.2.0
49 silly fetch manifest @firebase/firestore-compat@0.1.5
50 silly fetch manifest @firebase/functions@0.7.3
51 silly fetch manifest @firebase/functions-compat@0.1.4
52 silly fetch manifest @firebase/installations@0.5.2
53 silly fetch manifest @firebase/messaging@0.9.2
54 silly fetch manifest @firebase/messaging-compat@0.1.2
55 silly fetch manifest @firebase/polyfill@0.3.36
56 silly fetch manifest @firebase/storage@0.8.4
57 silly fetch manifest @firebase/storage-compat@0.1.4
58 silly fetch manifest @firebase/performance@0.5.2
59 silly fetch manifest @firebase/performance-compat@0.1.2
60 silly fetch manifest @firebase/remote-config@0.3.1
61 silly fetch manifest @firebase/remote-config-compat@0.1.2
62 silly fetch manifest @firebase/analytics@0.7.2
63 silly fetch manifest @firebase/analytics-compat@0.1.3
64 silly fetch manifest @firebase/app-check@0.4.2
65 silly fetch manifest @firebase/app-check-compat@0.1.3
66 silly fetch manifest @firebase/util@1.4.0
67 http fetch GET 200 https://registry.npmjs.org/@firebase%2fapp 2516ms (cache revalidated)
68 http fetch GET 200 https://registry.npmjs.org/@firebase%2fapp-compat 4083ms (cache revalidated)
69 http fetch GET 200 https://registry.npmjs.org/@firebase%2fdatabase 6038ms (cache revalidated)
70 http fetch GET 200 https://registry.npmjs.org/@firebase%2fauth-compat 6099ms (cache revalidated)
71 http fetch GET 200 https://registry.npmjs.org/@firebase%2fdatabase-compat 6148ms (cache revalidated)
72 http fetch GET 200 https://registry.npmjs.org/@firebase%2fmessaging 6699ms (cache revalidated)
73 http fetch GET 200 https://registry.npmjs.org/@firebase%2fpolyfill 7039ms (cache revalidated)
74 http fetch GET 200 https://registry.npmjs.org/@firebase%2fapp-types 7228ms (cache revalidated)
75 http fetch GET 200 https://registry.npmjs.org/@firebase%2fmessaging-compat 7263ms (cache revalidated)
76 http fetch GET 200 https://registry.npmjs.org/@firebase%2fstorage 7288ms (cache revalidated)
77 http fetch GET 200 https://registry.npmjs.org/@firebase%2fstorage-compat 7780ms (cache revalidated)
78 http fetch GET 200 https://registry.npmjs.org/@firebase%2ffirestore-compat 7811ms (cache revalidated)
79 http fetch GET 200 https://registry.npmjs.org/@firebase%2ffunctions 8697ms (cache revalidated)
80 http fetch GET 200 https://registry.npmjs.org/@firebase%2ffunctions-compat 8807ms (cache revalidated)
81 http fetch GET 200 https://registry.npmjs.org/@firebase%2fremote-config 8816ms (cache revalidated)
82 http fetch GET 200 https://registry.npmjs.org/@firebase%2fperformance-compat 9100ms (cache revalidated)
83 http fetch GET 200 https://registry.npmjs.org/@firebase%2fapp-check-compat 10226ms (cache revalidated)
84 http fetch GET 200 https://registry.npmjs.org/@firebase%2fremote-config-compat 10259ms (cache revalidated)
85 http fetch GET 200 https://registry.npmjs.org/@firebase%2finstallations 10317ms (cache revalidated)
86 http fetch GET 200 https://registry.npmjs.org/@firebase%2fanalytics 10416ms (cache revalidated)
87 http fetch GET 200 https://registry.npmjs.org/@firebase%2fanalytics-compat 11757ms (cache revalidated)
88 http fetch GET 200 https://registry.npmjs.org/@firebase%2fapp-check 12094ms (cache revalidated)
89 http fetch GET 200 https://registry.npmjs.org/@firebase%2ffirestore 13749ms (cache revalidated)
90 http fetch GET 200 https://registry.npmjs.org/@firebase%2futil 29608ms (cache updated)
91 http fetch GET 200 https://registry.npmjs.org/@firebase%2fperformance 29684ms (cache updated)
92 http fetch GET 200 https://registry.npmjs.org/@firebase%2fauth 40235ms (cache updated)
93 timing idealTree:#root Completed in 54588ms
94 timing idealTree:node_modules/@popperjs/core Completed in 0ms
95 timing idealTree:node_modules/bootstrap Completed in 1ms
96 silly placeDep ROOT @firebase/analytics@0.7.2 OK for: firebase@9.2.0 want: 0.7.2
97 silly placeDep ROOT @firebase/app@0.7.5 OK for: @firebase/analytics@0.7.2 want: 0.x
98 silly placeDep ROOT @firebase/analytics-compat@0.1.3 OK for: firebase@9.2.0 want: 0.1.3
99 silly placeDep ROOT @firebase/app-compat@0.1.6 OK for: @firebase/analytics-compat@0.1.3 want: 0.x
100 silly placeDep ROOT @firebase/app-check@0.4.2 OK for: firebase@9.2.0 want: 0.4.2
101 silly placeDep ROOT @firebase/app-check-compat@0.1.3 OK for: firebase@9.2.0 want: 0.1.3
102 silly placeDep ROOT @firebase/app-types@0.7.0 OK for: firebase@9.2.0 want: 0.7.0
103 silly placeDep ROOT @firebase/auth@0.19.0 OK for: firebase@9.2.0 want: 0.19.0
104 silly placeDep ROOT @firebase/auth-compat@0.2.0 OK for: firebase@9.2.0 want: 0.2.0
105 silly placeDep ROOT @firebase/database@0.12.2 OK for: firebase@9.2.0 want: 0.12.2
106 silly placeDep ROOT @firebase/database-compat@0.1.2 OK for: firebase@9.2.0 want: 0.1.2
107 silly placeDep ROOT @firebase/firestore@3.2.0 OK for: firebase@9.2.0 want: 3.2.0
108 silly placeDep ROOT @firebase/firestore-compat@0.1.5 OK for: firebase@9.2.0 want: 0.1.5
109 silly placeDep ROOT @firebase/functions@0.7.3 OK for: firebase@9.2.0 want: 0.7.3
110 silly placeDep ROOT @firebase/functions-compat@0.1.4 OK for: firebase@9.2.0 want: 0.1.4
111 silly placeDep ROOT @firebase/installations@0.5.2 OK for: firebase@9.2.0 want: 0.5.2
112 silly placeDep ROOT @firebase/messaging@0.9.2 OK for: firebase@9.2.0 want: 0.9.2
113 silly placeDep ROOT @firebase/messaging-compat@0.1.2 OK for: firebase@9.2.0 want: 0.1.2
114 silly placeDep ROOT @firebase/performance@0.5.2 OK for: firebase@9.2.0 want: 0.5.2
115 silly placeDep ROOT @firebase/performance-compat@0.1.2 OK for: firebase@9.2.0 want: 0.1.2
116 silly placeDep ROOT @firebase/polyfill@0.3.36 OK for: firebase@9.2.0 want: 0.3.36
117 silly placeDep ROOT @firebase/remote-config@0.3.1 OK for: firebase@9.2.0 want: 0.3.1
118 silly placeDep ROOT @firebase/remote-config-compat@0.1.2 OK for: firebase@9.2.0 want: 0.1.2
119 silly placeDep ROOT @firebase/storage@0.8.4 OK for: firebase@9.2.0 want: 0.8.4
120 silly placeDep ROOT @firebase/storage-compat@0.1.4 OK for: firebase@9.2.0 want: 0.1.4
121 silly placeDep ROOT @firebase/util@1.4.0 OK for: firebase@9.2.0 want: 1.4.0
122 silly fetch manifest @firebase/logger@0.3.0
123 silly fetch manifest @firebase/component@0.5.7
124 silly fetch manifest @firebase/analytics-types@0.7.0
125 silly fetch manifest node-fetch@2.6.5
126 silly fetch manifest selenium-webdriver@4.0.0-rc-1
127 silly fetch manifest @firebase/auth-types@0.11.0
128 silly fetch manifest selenium-webdriver@^4.0.0-beta.2
129 silly fetch manifest @firebase/auth-interop-types@0.1.6
130 silly fetch manifest @firebase/database-types@0.9.1
131 silly fetch manifest @firebase/webchannel-wrapper@0.6.0
132 silly fetch manifest @grpc/grpc-js@^1.3.2
133 silly fetch manifest @grpc/proto-loader@^0.6.0
134 silly fetch manifest @firebase/firestore-types@2.5.0
135 silly fetch manifest @firebase/messaging-interop-types@0.1.0
136 silly fetch manifest @firebase/app-check-interop-types@0.1.0
137 silly fetch manifest @firebase/functions-types@0.5.0
138 silly fetch manifest idb@3.0.2
139 silly fetch manifest @firebase/performance-types@0.1.0
140 silly fetch manifest core-js@3.6.5
141 silly fetch manifest promise-polyfill@8.1.3
142 silly fetch manifest whatwg-fetch@2.0.4
143 silly fetch manifest @firebase/remote-config-types@0.2.0
144 silly fetch manifest @firebase/storage-types@0.6.0
145 http fetch GET 200 https://registry.npmjs.org/@firebase%2fauth-interop-types 19550ms (cache updated)
146 http fetch GET 200 https://registry.npmjs.org/node-fetch 44497ms (cache revalidated)
147 http fetch GET 200 https://registry.npmjs.org/selenium-webdriver 51467ms attempt #2 (cache updated)
148 http fetch GET 200 https://registry.npmjs.org/@grpc%2fgrpc-js 57751ms attempt #2 (cache updated)
149 http fetch GET 200 https://registry.npmjs.org/@grpc%2fproto-loader 60361ms attempt #2 (cache updated)
150 http fetch GET 200 https://registry.npmjs.org/core-js 63826ms (cache revalidated)
151 http fetch GET 200 https://registry.npmjs.org/whatwg-fetch 64066ms (cache revalidated)
152 http fetch GET 200 https://registry.npmjs.org/promise-polyfill 71073ms attempt #2 (cache updated)
153 http fetch GET 200 https://registry.npmjs.org/@firebase%2fcomponent 75732ms (cache updated)
154 http fetch GET 200 https://registry.npmjs.org/@firebase%2ffunctions-types 87554ms (cache updated)
155 http fetch GET 200 https://registry.npmjs.org/@firebase%2flogger 94686ms (cache updated)
156 http fetch GET 200 https://registry.npmjs.org/@firebase%2fanalytics-types 95467ms attempt #2 (cache updated)
157 http fetch GET 200 https://registry.npmjs.org/@firebase%2fauth-types 105460ms attempt #2 (cache updated)
158 http fetch GET 200 https://registry.npmjs.org/@firebase%2ffirestore-types 113167ms attempt #2 (cache updated)
159 http fetch GET 200 https://registry.npmjs.org/@firebase%2fdatabase-types 115239ms attempt #2 (cache updated)
160 http fetch GET 200 https://registry.npmjs.org/@firebase%2fstorage-types 123805ms (cache updated)
161 timing npm Completed in 313423ms
162 verbose unfinished npm timer command:install 1635573177342
163 verbose unfinished npm timer reify 1635573177349
164 verbose unfinished npm timer reify:loadTrees 1635573177390
165 verbose unfinished npm timer idealTree 1635573177391
166 verbose unfinished npm timer idealTree:buildDeps 1635573180319
167 verbose unfinished npm timer idealTree:node_modules/firebase 1635573234911
168 info ok
169 error Exit handler never called!
170 error This is an error with npm itself. Please report this error at:
171 error https://github.com/npm/cli/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Priority 2 secondary priority issue Release 8.x work is associated with a specific npm 8 release
Projects
None yet
Development

No branches or pull requests

3 participants