npm i -g ts-node
当运行报错Cannot find name ‘console‘
ts-node hello.ts
再安装
npm install -g @types/node
这篇博客主要讨论了在运行ts-node命令时遇到的'Cannot find name 'console''错误。作者通过安装@types/node模块来解决此问题,详细介绍了安装过程和可能的原因。
npm i -g ts-node
当运行报错Cannot find name ‘console‘
ts-node hello.ts
再安装
npm install -g @types/node

被折叠的 条评论
为什么被折叠?