-
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
更新到4.0.3无法运行 #16205
Comments
taro-bot2
bot
added
F-vue3
Framework - Vue 3
T-weapp
Target - 编译到微信小程序
V-3
Version - 3.x
labels
Jul 30, 2024
试试把项目升级到4.0.4? |
标题写的不对,早上8点多更新到4.0.4,执行 |
This was referenced Aug 3, 2024
This was referenced Aug 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
复现仓库
https://github.com/XiaofeiCY/taroFormer.git
小程序基础库: 3.5.0
使用框架: Vue 3
复现步骤
项目更新到最新版本4.0.3,删掉本地的node_modules和pnpm-lock,执行
pnpm i
安装依赖后,运行pnpm run dev:weapp
后,终端未提示任何报错,但是在微信开发者工具运行失败报错信息:
app.js错误:
TypeError: n[e] is not a function
at webpack_require (runtime.js?t=wechat&s=1722300800333&v=47dcb9e4cd91ceb8f04ea49d50da94d3:2)
at Object../node_modules/.taro/weapp/prebundle/@tarojs_plugin-platform-weapp_dist_runtime.js (vendors-node_modules_taro_weapp_prebundle_tarojs_plugin-platform-weapp_dist_runtime_js.js?t=wechat&s=1722300800333&v=c9b8cab95279abac4e7685b95720897d:3)
at webpack_require (runtime.js?t=wechat&s=1722300800333&v=47dcb9e4cd91ceb8f04ea49d50da94d3:2)
at remoteEntry.js?t=wechat&s=1722300800333&v=05abfb0fcaf2edf68ef06e7257a00f8d:3
at Object.webpack/container/remote/@tarojs/plugin-platform-weapp/dist/runtime (runtime.js?t=wechat&s=1722300800333&v=47dcb9e4cd91ceb8f04ea49d50da94d3:2)
at webpack_require (runtime.js?t=wechat&s=1722300800333&v=47dcb9e4cd91ceb8f04ea49d50da94d3:2)
at Object../src/app.ts (app.js?t=wechat&s=1722300800333&v=98325ed2090c7295388d852b4f90e9d3:3)
at webpack_require (runtime.js?t=wechat&s=1722300800333&v=47dcb9e4cd91ceb8f04ea49d50da94d3:2)
at app.js?t=wechat&s=1722300800333&v=98325ed2090c7295388d852b4f90e9d3:3
at Function.webpack_require.O (runtime.js?t=wechat&s=1722300800333&v=47dcb9e4cd91ceb8f04ea49d50da94d3:2)(env: Windows,mp,1.06.2405020; lib: 3.5.0)
TypeError: n[e] is not a function
at webpack_require (runtime.js?t=wechat&s=1722300800333&v=47dcb9e4cd91ceb8f04ea49d50da94d3:2)
at Object../node_modules/.taro/weapp/prebundle/@tarojs_plugin-platform-weapp_dist_runtime.js (vendors-node_modules_taro_weapp_prebundle_tarojs_plugin-platform-weapp_dist_runtime_js.js?t=wechat&s=1722300800333&v=c9b8cab95279abac4e7685b95720897d:3)
at webpack_require (runtime.js?t=wechat&s=1722300800333&v=47dcb9e4cd91ceb8f04ea49d50da94d3:2)
at remoteEntry.js?t=wechat&s=1722300800333&v=05abfb0fcaf2edf68ef06e7257a00f8d:3
at Object.webpack/container/remote/@tarojs/plugin-platform-weapp/dist/runtime (runtime.js?t=wechat&s=1722300800333&v=47dcb9e4cd91ceb8f04ea49d50da94d3:2)
at webpack_require (runtime.js?t=wechat&s=1722300800333&v=47dcb9e4cd91ceb8f04ea49d50da94d3:2)
at Object../src/app.ts (app.js?t=wechat&s=1722300800333&v=98325ed2090c7295388d852b4f90e9d3:3)
at webpack_require (runtime.js?t=wechat&s=1722300800333&v=47dcb9e4cd91ceb8f04ea49d50da94d3:2)
at app.js?t=wechat&s=1722300800333&v=98325ed2090c7295388d852b4f90e9d3:3
at Function.webpack_require.O (runtime.js?t=wechat&s=1722300800333&v=47dcb9e4cd91ceb8f04ea49d50da94d3:2)(env: Windows,mp,1.06.2405020; lib: 3.5.0)
期望结果
运行成功
实际结果
运行失败
环境信息
补充信息
上面的版本选项无法选择最新的4.0.4,我就选择了3.3.16,
我的仓库是私人仓库,需要用的话可以私我 [email protected]
The text was updated successfully, but these errors were encountered: