Open
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
Produces error with following message:
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/kabira/.npm/_logs/2022-05-03T04_20_54_232Z-debug-0.log
Expected Behavior
Should have installed svelte-preprocess
Steps To Reproduce
mkdir reproduce_bug
cd reproduce_bug
npm init -y
npm install -D svelte-preprocess
Environment
- npm: 8.5.3
- Node.js: v12.22.6
- OS Name: OpenBSD
- System Model Name: Rpi4
- npm config:
; node bin location = /usr/local/bin/node
; cwd = /tmp/npm_debug
; HOME = /home/kabira
; Run `npm config ls -l` to show all defaults.