wechaty / wechaty-puppet-padplus

DEPRECATED: One puppet based on iPad protocal for Wechaty
https://wechaty.js.org/docs/puppet-services/
317 stars 65 forks source link

Why always PuppetManager install(wechaty-puppet-padplus@^0.6.1) ? #297

Closed guoxiangke closed 4 years ago

guoxiangke commented 4 years ago
07:32:30 INFO Wechaty <wechaty-puppet-padplus>(1) start() v0.38.4 is starting...
07:32:32 INFO PuppetManager install(wechaty-puppet-padplus@^0.6.1) please wait ...

Hi, I already installed in my package.json, why when I start my project, It's always install aggain?

    "wechaty": "^0.38.4",
    "wechaty-puppet": "^0.30.3",
    "wechaty-puppet-padplus": "^0.7.34"
su-chang commented 4 years ago

Please try to remove package-lock.json and then install again. Thank you.

guoxiangke commented 4 years ago

fixed, thanks.