quirrel-dev / quirrel

The Task Queueing Solution for Serverless.
https://quirrel.dev
MIT License
892 stars 67 forks source link

Cannot install Quirrel using node v.20 #1149

Closed gdrose closed 1 year ago

gdrose commented 1 year ago

Bug Report

Current Behavior I cannot install Quirrel using node v.20

Input Code

◀️ npm install quirrel
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: quirrel@1.14.0
npm ERR! notsup Not compatible with your version of node/npm: quirrel@1.14.0
npm ERR! notsup Required: {"node":"14 || 15 || 16 || 17 || 18 || 19"}
npm ERR! notsup Actual:   {"npm":"9.6.6","node":"v20.1.0"}

Expected behavior/code installing quirrel (?)

Environment

Possible Solution

Unfortunately I cannot downgrade my version of node because I have other internal packages that have to run in the v.20

Does anyone have any workarounds in mind I could use? Thanks

Skn0tt commented 1 year ago

Node v20 support shipped in https://github.com/quirrel-dev/quirrel/releases/tag/v1.14.1