[BUG] <title> npm ERR! Exit handler never called! #3597
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 7.x
work is associated with a specific npm 7 release
Is there an existing issue for this?
Current Behavior
Action: execute the command "npm install parcel -D".
part of the error log:
336 verbose unfinished npm timer command:install 1627740274038
337 verbose unfinished npm timer reify 1627740274039
338 verbose unfinished npm timer reify:loadTrees 1627740274056
339 verbose unfinished npm timer idealTree 1627740274057
340 verbose unfinished npm timer idealTree:buildDeps 1627740274071
341 verbose unfinished npm timer idealTree:node_modules/@parcel/config-default 1627740364968
342 info ok
343 error Exit handler never called!
It happened when I upgraded Node version to 14.17.3.
I have tried to clean the local cache and delete the node_modules folder.
but still threw this error.
What should I do now ..?
Expected Behavior
Correctly run "npm install".
Steps To Reproduce
Just run "npm install [package-name] -D".
Environment
The text was updated successfully, but these errors were encountered: