Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Before You File a Bug Report Please Confirm You Have Done The Following...
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I havesearched for related issues and found none that matched my issue.
- I haveread the FAQ and my problem is not listed.
Issue Description
This is acritical issue with the 5.50.0 release, which isnot entirely compatible with node v14.x.
TypeError: node.parameters.at is not a function
Array.at()
usage has been introduced here:
:node.parameters.at(-1)!, |
This does not exist on node v14, and no polyfill has been provided in the released package.
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin | 5.50.0 |
ESlint | 8.33.0 |
node | 14.21.2 |