При выполнении каких либо npm команд, от запуска vue3 js проекта до удаления или обновления npm мне постоянно вылетает данная ошибка:
ERROR: npm v9.8.1 is known not to run on Node.js v12.22.9. This version of npm supports the following node versions: `^14.17.0 || ^16.13.0 || >=18.0.0`. You can find the latest version at
https://nodejs.org/.
ERROR:
/usr/local/lib/node_modules/npm/lib/utils/exit-handler.js:19
const hasLoadedNpm = npm?.config.loaded
^
SyntaxError: Unexpected token '.'
at wrapSafe (internal/modules/cjs/loader.js:915:16)
at Module._compile (internal/modules/cjs/loader.js:963:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at module.exports (/usr/local/lib/node_modules/npm/lib/cli-entry.js:15:23)
at module.exports (/usr/local/lib/node_modules/npm/lib/es6/validate-engines.js:39:10)
at module.exports (/usr/local/lib/node_modules/npm/lib/cli.js:4:31)