初始化项目后,运行报错,错误日志如下
#13548
Replies: 2 comments 1 reply
-
我3.5.11版本,也遇到了,请问解决了吗 |
Beta Was this translation helpful? Give feedback.
0 replies
-
同 刚想自己写个帖子就看到你发的了 一模一样 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
运行脚本:npm run dev:weapp
taro版本:3.6.2
TypeError: Cannot read properties of undefined (reading 'forEach')
at MiniPrebundle.getEntries (/Users/test/taro_openai/node_modules/@tarojs/webpack5-prebundle/src/prebundle/index.ts:136:15)
at MiniPrebundle. (/Users/test/taro_openai/node_modules/@tarojs/webpack5-prebundle/src/mini.ts:222:24)
at Generator.next ()
at /Users/test/taro_openai/node_modules/@tarojs/webpack5-prebundle/dist/mini.js:12:71
at new Promise ()
at __awaiter (/Users/test/taro_openai/node_modules/@tarojs/webpack5-prebundle/dist/mini.js:4:12)
at MiniPrebundle.run (/Users/test/taro_openai/node_modules/@tarojs/webpack5-prebundle/dist/mini.js:204:16)
at TaroPrebundle. (/Users/test/taro_openai/node_modules/@tarojs/webpack5-prebundle/src/index.ts:94:4)
at Generator.next ()
at fulfilled (/Users/test/taro_openai/node_modules/@tarojs/webpack5-prebundle/dist/index.js:31:58)
Beta Was this translation helpful? Give feedback.
All reactions