coderwhy / hy-event-store

An event-based global state management tool for vue, react, mini-program, ect.
395 stars 45 forks source link

导入HYEventStore 报错 module "store/hy-event-store.js" is not defined #6

Closed zanxiaoyu closed 1 year ago

qq229338869 commented 2 years ago

如果是微信小程序,开发者工具->工具->构建npm

317085 commented 2 years ago

使用了微信小程序里面的构建npm,也会出现这个问题,解决方案:版本使用稳定点的就行了

image

Gxyloj commented 2 years ago

上面两种方式都无效,还是提示Error: module "store/hy-event-store.js" is not defined 还有没有什么办法啊

rb05180518 commented 1 year ago

安装时使用npm install hy-event-store@1.1.0即可

coderwhy commented 1 year ago

后续的版本中已经修复这个问题了