-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【h5端】taro-h5中导入Taro的node_modules路径解析错误 #9478
Comments
试试 3.2.10 |
|
已升级最新的3.2.10,还是有这个问题 @luckyadam 👽 Taro v3.2.10 Taro CLI 3.2.10 environment info: yarn dev:h5 无法正常启动项目 TypeError |
|
3.3.9 h5+vue 出现同样问题,手动修改Taro引入路径就能正常运行 Taro CLI 3.3.9 environment info: |
Taro
确认CLI和project版本一致,并且删除了node_modules和lockfile重新安装了依赖,问题仍然存在。 |
相关平台
H5
浏览器版本: Google Chrome 版本 91.0.4472.77(正式版本) (arm64)
使用框架: React
复现步骤
yarn dev:h5
无法正常启动项目报错提示:
期望结果
h5端正常启动
实际结果
找不到 getInitPxTransform
环境信息
补充信息
修改import语句后能正常运行
The text was updated successfully, but these errors were encountered: