unjs / nypm

🌈 Unified Package Manager for Node.js and Bun
MIT License
474 stars 17 forks source link

nypm does not support Node.js version 20.1.0 #68

Closed quocbaodsk closed 1 year ago

quocbaodsk commented 1 year ago

Environment

nodejs v20.1.0 | Current Latest Features

Reproduction

image

Describe the bug

I am trying to install the nypm package manager, but I am getting the following error message:

error nypm@0.2.0: The engine "node" is incompatible with this module. Expected version "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0". Got "20.1.0"
error Found incompatible module.

Additional context

No response

Logs

No response

danielroe commented 1 year ago

This has been fixed but not released: https://github.com/unjs/nypm/pull/67

quocbaodsk commented 1 year ago

Điều này đã được chỉnh sửa nhưng không được phát hành: #67

Do you know if there is any information on when this update will be released?