TypeScript找不到模块“path”或其相应的类型声明

1,190 阅读1分钟

😵 问题

找不到模块“path”或其相应的类型声明。 image.png

😜 解决方案

npm install @types/node --save-dev

image.png