We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.14.0 使用框架: React
yarn yarn dev:weapp
项目正常运行
报错:(node:9140) UnhandledPromiseRejectionWarning: Error: Cannot find module 'webpack-bundle-analyzer'
👽 Taro v3.0.13 Taro CLI 3.0.13 environment info: System: OS: Windows 10 Binaries: Node: 14.16.1 - F:\environment\node\node.EXE Yarn: 1.22.10 - C:\Users\C1ER\AppData\Roaming\npm\yarn.CMD npm: 6.14.12 - F:\environment\node\npm.CMD
项目内taro版本: "@tarojs/components": "3.0.13", "@tarojs/react": "3.0.13", "@tarojs/runtime": "3.0.13", "@tarojs/taro": "3.0.13", Taro cli版本: PS C:\Users\C1ER> taro --version 👽 Taro v3.0.13
The text was updated successfully, but these errors were encountered:
@C1erman 没有复现。
Sorry, something went wrong.
确实是因为 webpack-bundle-analyzer 依赖未安装导致的,谢谢解惑。
No branches or pull requests
相关平台
微信小程序
小程序基础库: 2.14.0
使用框架: React
复现步骤
yarn
yarn dev:weapp
期望结果
项目正常运行
实际结果
报错:(node:9140) UnhandledPromiseRejectionWarning: Error: Cannot find module 'webpack-bundle-analyzer'
环境信息
补充信息
项目内taro版本:
"@tarojs/components": "3.0.13",
"@tarojs/react": "3.0.13",
"@tarojs/runtime": "3.0.13",
"@tarojs/taro": "3.0.13",
Taro cli版本:
PS C:\Users\C1ER> taro --version
👽 Taro v3.0.13
The text was updated successfully, but these errors were encountered: