HenryNguyen5 / vsc-nvm

VSCode extension based NVM helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

looking into package.json "engines.node"

balexandre opened this issue · comments

In order to save us from adding one more configuration file to a project and for some projects we can't even do that, is it possible to actually look into the engines.node if there's no .nvmrc file?

in the packages.json you often find this information already as

  "engines": {
    "node": "14.16.1",
    "npm": "6.14.12"
  },