-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Node engine version in package.json to >=16.14
#133
Comments
node-elm-review/package-lock.json Line 10467 in e195818
https://github.com/isaacs/node-lru-cache/blob/v9.0.0/package.json#L80-L82 On my Windows machine (my main Elm machine), I only have 16.12, so I've just had to ignore it for (two?) years. Luckily, it works, but npm complains mightily. I never thought to check if it what caused it, otherwise I would have noted it sooner :) Originally posted by @lishaduck in #147 (comment) |
Sorry for all the noise, this issue can be marked as resolved. Old issue
I did some more investigation:
It looks like this got fixed sometime in the last year, so maybe we should just refresh our lockfiles and pray it gets fixed. It seems fine, so it's either stale or a bug in npm. EDIT: I regenerated my lockfile, and while I still get this error, it's due to I might suggest regenerating your lockfile as well. It's quite out of date. |
Sorry for the delay in replying to this issue. Yes, older Node.js support broke underneath my feet, even more with the last release (mostly because of @lishaduck I'm sorry, I'm not sure what you mean by "this issue can be marked as resolved.", do you mean this issue #133? Can support for v10/12 been restored somehow? 🤔 |
@jfmengels i can take a look at this. |
Fixed by #157 |
I meant that latest lru-cache supports >=14. |
Description
The minimal node version should be
16.14.0
. In a ci pipline with a lower version we got the following error:Dependency tree for
lru-cache
According the docs from
lru-cache
(https://github.com/isaacs/node-lru-cache#breaking-changes-in-version-8) the engine version should be16.14.0
or higher.Tnks for elm-review ❤️.
The text was updated successfully, but these errors were encountered: