Skip to content

[EXIT HANDLER NEVER CALLED] While installing dependencies using NPM v8.19.2 on ARMv8 #5886

@Sc00bz77

Description

@Sc00bz77

Is there an existing issue for this?

  • I have searched the existing issues

This issue exists in the latest npm version

  • I am using the latest npm

Current Behavior

Running npx create-next-app@latest creates the below Error while installing dependencies.

npm ERR! Exit handler never called!
                                                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!     /home/kali/.npm/_logs/2022-11-22T16_44_39_402Z-debug-0.log
                                                Aborting installation.                            npm install --save-exact --save react react-dom next typescript @types/react @types/node @types/react-dom eslint eslint-config-next has failed.

The result in the directory is:

  • node_modules
  • package.json

Expected Behavior

Expected to initialise NextJs App project tree with project directories etc.

Steps To Reproduce

  1. In this environment... Kirin 980, Arm64 Linux Kali
  2. With this config... Vanilla, npm v8.19.2 using nextjs13 (latest)
  3. Run 'npx create-next-app@latest'
  4. See error... "Exit Handler never called"

Environment

  • npm: 8.19.2
  • Node.js: 18.12.1
  • OS Name: Kali Linux Nethunter (Android ARM64)
  • System Model Name: Huawei Nova 5T
  • npm config:
; copy and paste output from `npm config ls` here
  • node bin location = /usr/local/lib/nodejs/node-v18.12.1-linux-arm64/bin/node
  • node version = v18.12.1
  • npm local prefix = /home/kali/test-site/test-3
  • npm version = 8.19.2
  • cwd = /home/kali/test-site/test-3
  • HOME = /home/kali

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bugthing that needs fixingNeeds Triageneeds review for next stepsRelease 8.xwork is associated with a specific npm 8 release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions