Getting errors with website theme saving

Hi,
I have checked both my node and node sass versions but am still getting the below message
home/it/frappe-bench/apps/frappe/node_modules/node-sass/lib/binding.js:13
throw new Error(errors.unsupportedEnvironment());
^

Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (93)
For more information on which environments are supported please see:

at module.exports (/home/it/frappe-bench/apps/frappe/node_modules/node-sass/lib/binding.js:13:13)
at Object. (/home/it/frappe-bench/apps/frappe/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (node:internal/modules/cjs/loader:1126:14)
at Object.Module._extensions…js (node:internal/modules/cjs/loader:1180:10)
at Module.load (node:internal/modules/cjs/loader:1004:32)
at Function.Module._load (node:internal/modules/cjs/loader:839:12)
at Module.require (node:internal/modules/cjs/loader:1028:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (/home/it/frappe-bench/apps/frappe/generate_bootstrap_theme.js:1:14)
at Module._compile (node:internal/modules/cjs/loader:1126:14)

Is there an easy way to fix otherwise I’m backing up and spending two days to rebuild again.
node -v reports
v14.15.0

and ~/frappe-bench/apps/frappe$ yarn list --depth 0 | grep sass
├─ node-sass@4.14.1
├─ sass-graph@2.2.5
so it looks correct to my simple mind.
What Am I missing

There’s a good chance you have conflicting versions of node on your server, installed via different methods and callable at different paths. Generally speaking, you might try uninstalling your distro’s version via apt, but it can be tricky to fix this.