-
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
[2.0.0-beta.13] 编译失败,同时报 Module not found: Can't resolve 'fs' #5228
Comments
CC @luckyadam |
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
补充:有时可以正常监听文件变化,有时无法正常监听文件变化,必须重新启动任务才可。 |
那升级前的版本是? |
|
CLI 与项目依赖版本保持一致,如果问题还有,请提供一个 demo 看下 |
今天又好了,复现的时候我再提供 demo |
我也遇到同样问题。在2.0.0-beta.10遇到此问题,然后将CLI和项目依赖版本都升级到2.0.0-beta.13还是没解决。使用yarn dev:weapp 虽然显示 "编译失败" 但实际有文件生成。yarn build:weapp 则会彻底失败 |
请提供一个 demo 看下 |
问题描述
在使用
2.0.0-beta.13
版本时,在dev
和build
时报Module not found: Can't resolve 'fs'
。复现步骤
taro update
命令升级至2.0.0-beta.13
;dev
或build
命令时,控制台正常打印出编译信息;🙅 编译失败.
;Module not found: Can't resolve 'fs' in 'xxx\node_modules\debug\src'
;期望行为
期望在使用时,能正常打印编译信息,且提示编译正常。
报错信息
系统信息
补充信息
The text was updated successfully, but these errors were encountered: