Hi there! Thanks for the great work on agent-wechat.
I'm trying to update from v0.11.12 to v0.11.15 and running into a dependency resolution error:
npm error 404 Not Found - GET https://registry.npmjs.org/@agent-wechat%2fshared - Not found
npm error 404
npm error 404 The requested resource '@agent-wechat/shared@0.1.0' could not be found
It looks like v0.11.15 depends on @agent-wechat/shared@0.1.0, but that package hasn't been published to the npm registry yet. Also, v0.11.13 and v0.11.14 don't appear on npm either (only v0.11.12 and v0.11.15 are available).
Would it be possible to publish the missing @agent-wechat/shared package so v0.11.15 can be installed?
Thanks!
Hi there! Thanks for the great work on agent-wechat.
I'm trying to update from v0.11.12 to v0.11.15 and running into a dependency resolution error:
It looks like v0.11.15 depends on
@agent-wechat/shared@0.1.0, but that package hasn't been published to the npm registry yet. Also, v0.11.13 and v0.11.14 don't appear on npm either (only v0.11.12 and v0.11.15 are available).Would it be possible to publish the missing
@agent-wechat/sharedpackage so v0.11.15 can be installed?Thanks!