-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
I am using node:latest docker image and having following error.
$ npm install jest
npm warn deprecated [email protected]: Use your platform's native performance.now() and performance.timeOrigin.
npm warn deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm warn deprecated [email protected]: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See forwardemail/superagent#1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net
npm error Exit handler never called!
npm error This is an error with npm itself. Please report this error at:
npm error https://github.com/npm/cli/issues
npm error A complete log of this run can be found in: /root/.npm/_logs/2024-07-19T10_16_53_646Z-debug-0.log
Expected Behavior
should install jest successfully
Steps To Reproduce
- In this environment...
- With this config...
- Run '...'
- See error...
Environment
- npm:
- Node.js: docker image node:latest
- OS Name: Linux (Gitlab SAAS Runners)
- System Model Name:
- npm config:
; copy and paste output from `npm config ls` here