-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Bugthing that needs fixingthing that needs fixingNeeds Triageneeds review for next stepsneeds review for next stepsRelease 8.xwork is associated with a specific npm 8 releasework is associated with a specific npm 8 release
Description
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
- In this environment... Kirin 980, Arm64 Linux Kali
- With this config... Vanilla, npm v8.19.2 using nextjs13 (latest)
- Run 'npx create-next-app@latest'
- 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
Labels
Bugthing that needs fixingthing that needs fixingNeeds Triageneeds review for next stepsneeds review for next stepsRelease 8.xwork is associated with a specific npm 8 releasework is associated with a specific npm 8 release