You’ll notice from time-to-time that Node.js will release a new minor version and sometimes a major version. If you’re working with TypeScript, you’ll want to install the @types/node typings into your project.

If you’re running Node.js version 12.14.1 confusion might set in because there is no matching version for the Node types package.

#node.js #node

Does @types/node have to be the same version as Node?
13.85 GEEK