lsqy / taro-music

🎉基于taro + taro-ui + redux + react-hooks + typescript 开发的网易云音乐小程序,taro3已升级完毕,目前正在使用react-hooks重构中(不定时更新)
MIT License
1.91k stars 389 forks source link

npm run dev:h5 >Failed to compile (Taro v2.1.1) #98

Closed tonygshliu closed 4 years ago

tonygshliu commented 4 years ago

🙅 Failed to compile.

./.temp/app.js Module build failed (from ./node_modules/@tarojs/webpack-runner/node_modules/babel-loader/lib/index.js): SyntaxError: Unexpected token (126:9)

124 | ; 125 | }

126 | config = { | ^ 127 | pages: ["/pages/index/index", "/pages/dailyRecommend/index", "/pages/my/index", "/pages/videoDetail/index", "/pages/search/index", "/pages/user/index", "/pages/djprogramListDetail/index", "/pages/searchResult/index", "/pages/songDetail/index", "/pages/myFans/index", "/pages/myFocus/index", "/pages/myEvents/index", "/pages/login/index", "/pages/playListDetail/index", "/pages/recentPlay/index"], 128 | window: { 129 | backgroundTextStyle: 'light',

lsqy commented 4 years ago

目前项目中使用的是2.0.6版本,你可以执行taro update project来将项目中的依赖版本升级成2.1.1版本,确保保持一致 @tonygshliu

tonygshliu commented 4 years ago

resolved 谢谢。