dvajs / dva-cli

The dva command line utility.
964 stars 156 forks source link

version 0.10.0 启动报错 ./node_modules/history/esm/history.js #169

Closed guyongliang closed 5 years ago

guyongliang commented 5 years ago

Code to reproduce the issue: (请提供可复现的代码或者步骤)

Expected behavior: (预期的正常效果)

正常进入启动页

Actual behavior: (实际效果)

报错: ./node_modules/history/esm/history.js Module not found: Can't resolve '@babel/runtime/helpers/esm/extends' in '“项目路径所在绝对路径”\node_modules\history\esm'

Versions of packages used: (哪个库的哪个版本出现的问题)

dva-cli version 0.10.0

将版本回退到1.0.0-beta.4 可以正常启动

poozhu commented 5 years ago

回退到 1.0.0-beta.4 ?