Large Media plugin won't install

I’ve followed the instructions to install the Large media plugin, and I receive the blow output.

>netlify plugins:install netlify-lm-plugin
error @typescript-eslint/typescript-estree@2.19.0: The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1". Got "8.9.1"
error Found incompatible module.
Installing plugin netlify-lm-plugin... !
Error: yarn add netlify-lm-plugin@latest --non-interactive --mutex=file:C:/Users/wesga/AppData/Local/netlify-cli/yarn.lock --preferred-cache-folder=C:/Users/wesga/AppData/Local/netlify-cli/yarn --check-files exited with code 1
at ChildProcess.forked.on (C:/Users/wesga/AppData/Roaming/npm/node_modules/netlify-cli/node_modules/@oclif/plugin-plugins/lib/yarn.js:31:28)

instnace: stoic-mcclintlock-6d98b2

My netlify version is 2.31.0 and my git lfs version is 2.10.0, I’m not really sure what I’m doing wrong or missing? Does anyone have any ideas?

Hi, @Wexx, and welcome to our Netlify community site.

I think the error is due to the node version being used based on this:

The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1". Got "8.9.1"

Would you please try updating node to a supported version and let us know if this resolves the issue or not?

got it, that did the trick. Thanks