Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the type field in your tsconfig code example

Example 1: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.

npm install @types/node --save-dev

Example 2: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.

...
"types": [ "node" ],
"typeRoots": [ "../node_modules/@types" ]
...