Sometimes, we want to fix the "Cannot find name ‘console’" error with Node.js and TypeScript.
In this article, we’ll look at how to fix the "Cannot find name ‘console’" error with Node.js and TypeScript.
How to fix the "Cannot find name ‘console’" error with Node.js and TypeScript?
To fix the "Cannot find name ‘console’" error with Node.js and TypeScript, we can install the @types/node
package into our Node.js project.
To install it, we run
npm install @types/node --save-dev
to add @types/node
as a dev dependency.
Conclusion
To fix the "Cannot find name ‘console’" error with Node.js and TypeScript, we can install the @types/node
package into our Node.js project.