TypeError: Cannot read property 'Provider' of undefined
octyu opened this issue · 2 comments
octyu commented
请教一下,我依次
git clone
npm install
npm run dev:weapp
编译完之后,用微信开发者工具打开,报错:
thirdScriptError
sdk uncaught third Error
Cannot read property 'Provider' of undefined
TypeError: Cannot read property 'Provider' of undefined
at http://127.0.0.1:58932/appservice/app.js:41:25
at require (http://127.0.0.1:58932/appservice/__dev__/WAService.js:1:1277089)
at <anonymous>:1:1
at HTMLScriptElement.scriptLoaded (http://127.0.0.1:58932/appservice/appservice?t=1564849570482:13230:21)
at HTMLScriptElement.script.onload (http://127.0.0.1:58932/appservice/appservice?t=1564849570482:13242:20)
求问这个是啥情况。。
nslogx commented
jonahfang commented
执行 taro update project
即可。