lsqy / taro-music

🎉基于taro + taro-ui + redux + react-hooks + typescript 开发的网易云音乐小程序,taro3已升级完毕,目前正在使用react-hooks重构中(不定时更新)
MIT License
1.91k stars 389 forks source link

运行 npm run dev:h5 报错 #151

Closed curechen closed 1 year ago

curechen commented 1 year ago

问题描述 按照readme文档taro版本已经更换成3.3.14,且开启了api接口,测试了一下微信小程序运行是没有问题的,但是当运行h5版本时,控制台显示编译失败,并且页面上只有一个搜索框

复现步骤 直接运行 npm run dev:h5

报错信息 报错如下 image 页面的样子 image

代码

./node_modules/_react-redux@7.2.9@react-redux/es/utils/reactBatchedUpdates.js
Module not found: Can't resolve 'react-dom' in 'D:\workplace\taro\taro-music\node_modules\_react-redux@7.2.9@react-redux\es\utils'

系统信息 👽 Taro v3.3.14

Taro CLI 3.3.14 environment info: System: OS: Windows 10 Binaries: Node: 16.14.0 - D:\nodejs\node.EXE Yarn: 1.22.19 - C:\Users\duhai\AppData\Roaming\npm\yarn.CMD npm: 8.3.1 - D:\nodejs\npm.CMD

lsqy commented 1 year ago

目前这个没有适配H5侧,有兴趣的话可以自行适配下 @curechen