-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
When trying to install code-server with npm i code-server --unsafe-perm, I get Exit handler never called!
Expected Behavior
code-server should install normally. The first time I tried it installed fine, but I removed my package.json, package-lock.json, and node_modules/ and made a directory called code-server/. Now installing into the code-server/ and my home dir results in the same error.
Steps To Reproduce
- In CLI...
- Default Config
- Run 'npm i code-server --unsafe-perm'
- See Exit handler never called!
Environment
- npm: 8.19.2
- Node.js: 16.18.1
- OS Name: Termux
- System Model Name: Android
- npm config:
~ $ npm config ls
; node bin location = /data/data/com.termux/files/usr/bin/node
; node version = v16.18.1
; npm local prefix = /data/data/com.termux/files/home
; npm version = 8.19.2
; cwd = /data/data/com.termux/files/home
; HOME = /data/data/com.termux/files/home
; Run `npm config ls -l` to show all defaults.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