报错如下:
解决方式,先查看自己的 node 版本
bash
node -v
然后再安装 @types/node
对应版本,比如我的如下
bash
npm i @types/node@14.10.0 -D
然后再次打包,就没有报错了