wechaty / puppet-padlocal

Puppet PadLocal is a Pad Protocol for WeChat
https://wechaty.js.org/docs/puppet-providers/padlocal
Apache License 2.0
642 stars 88 forks source link

PuppetPadlocal ts项目启动报错timestamp ??= 0; #145

Closed NightRannie closed 2 years ago

NightRannie commented 2 years ago

今天搭建一个ts项目时,初始运行就报了这个错误 bug

运行环境 node :v14.5.0 wechaty: "^1.10.4", wechaty-puppet-padlocal: "^0.4.2" typescript:6.14.5

ts.config.json 为init默认设置

是否要配置什么 bug

suntong commented 2 years ago

Have you ever made padlocal worked before?

If not, you'll have better chance get it working if starting from here -- https://github.com/padlocal/wechaty-puppet-padlocal-demo/issues/13

Took me quite an effort to get the versions that works. YMMV.

NightRannie commented 2 years ago

it is okay,thank you

NightRannie commented 2 years ago

拷贝demo的package.json,重新npm install 解决了这个问题

simple890921 commented 2 years ago

应该吧 node 16+ 可以