Jerry Shang
Results
1
issues of
Jerry Shang
In the [getting-started](https://github.com/wechaty/getting-started/blob/main/package.json) project, we have `"wechaty-plugin-contrib": "^1.11.1"`. But if I initialize project with `yarn add wechaty-plugin-contrib@latest`, I got `1.0.18`. It causes an import problem: ```shell yarn run start yarn...