Hi @huan , there is an issue to run: ``` $ npm install --global wechaty@next wechaty-puppet-padlocal $ wechaty gateway \ --puppet wechaty-puppet-padlocal \ --puppet-token padlocal_XXX \ ``` **Error message:** Failed to import Wechaty Puppet Provider (WPP) NPM module: "wechaty-puppet-padlocal" Please make sure: 1. it has been installed correctly. (run `npm install wechaty-puppet-padlocal` if it doesn't) 2. "wechaty-puppet-padlocal" is a valid Wechaty Puppet Provider (WPP). While I have successfully installed "wechaty-puppet-padlocal" root@ecs-87602:~# npm list -g /usr/local/lib ├── corepack@0.10.0 ├── n@8.1.0 ├── npm@8.6.0 ├── wechaty-puppet-padlocal@0.4.2 ├── wechaty-token@1.0.6 └── wechaty@1.11.42 _Originally posted by @muhualing in https://github.com/wechaty/puppet-service/issues/194#issuecomment-1088517191_