ERRO DE NODE_MODULE_VERSION

I have a error, inside project Node_MODULE_VERSION is 82, but outside a project Node_MODULE_VERSION is 93, how can i fix it?
i already downgrade and upgrade, but none of it works.
Outsidea project

{
  "node": "16.13.0",
  "v8": "9.4.146.19-node.13",
  "uv": "1.42.0",
  "zlib": "1.2.11",
  "brotli": "1.0.9",
  "ares": "1.17.2",
  "modules": "93", <<<<<<<<<
  "nghttp2": "1.45.1",
  "napi": "8",
  "llhttp": "6.0.4",
  "openssl": "1.1.1l+quic",
  "cldr": "39.0",
  "icu": "69.1",
  "tz": "2021a",
  "unicode": "13.0",
  "ngtcp2": "0.1.0-DEV",
  "nghttp3": "0.1.0-DEV"
}

Inside a project

{
  "node": "12.16.3",
  "v8": "8.5.210.26-electron.0",
  "uv": "1.34.2",
  "zlib": "1.2.11",
  "brotli": "1.0.7",
  "ares": "1.16.0",
  "modules": "82",<<<<<<<<<<<<<<<<<<<<<
  "nghttp2": "1.41.0",
  "napi": "5",
  "llhttp": "2.0.4",
  "http_parser": "2.9.3",
  "openssl": "1.1.0",
  "icu": "67.1",
  "unicode": "13.0",
  "electron": "10.4.2",
  "chrome": "85.0.4183.121"
}

the erro is in a image:
enter image description here