umijs / umi

A framework in react community ✨
https://umijs.org
MIT License
15.44k stars 2.66k forks source link

windows下umi 最新版本跑不起来 #2216

Closed hanwenbo closed 5 years ago

hanwenbo commented 5 years ago

index.js:1 TypeError: (0 , _umiPluginLocale.addLocaleData) is not a function at Object../src/pages/.umi/LocaleWrapper.jsx (LocaleWrapper.jsx:52) at webpack_require (bootstrap:771) at fn (bootstrap:129) at Object../src/pages/.umi/router.js (router.js:5) at webpack_require (bootstrap:771) at fn (bootstrap:129) at oldRender (umi.js:20) at runtimePlugin.js:60 at umi.js:32 function.console.(anonymous function) @ index.js:1 (anonymous) @ umi.js:34 Promise.catch (async) ./src/pages/.umi/umi.js @ umi.js:33 webpack_require @ bootstrap:771 fn @ bootstrap:129 0 @ request.js:137 webpack_require @ bootstrap:771 (anonymous) @ bootstrap:946 (anonymous) @ bootstrap:946 webpackHotDevClient.js:153 ./node_modules/_umi-utils@1.2.1@umi-utils/lib/compatDirname.js 29:21-37 Critical dependency: the request of a dependency is an expression printWarnings @ webpackHotDevClient.js:153 handleWarnings @ webpackHotDevClient.js:170 onmessage @ webpackHotDevClient.js:88 ./node_modules/_sockjs-client@1.3.0@sockjs-client/lib/event/eventtarget.js.EventTarget.dispatchEvent @ eventtarget.js:51 (anonymous) @ main.js:278 ./node_modules/_sockjs-client@1.3.0@sockjs-client/lib/main.js.SockJS._transportMessage @ main.js:276 ./node_modules/_sockjs-client@1.3.0@sockjs-client/lib/event/emitter.js.EventEmitter.emit @ emitter.js:50 WebSocketTransport.ws.onmessage @ websocket.js:35

xiaohuoni commented 5 years ago

@imhele cc

sorrycc commented 5 years ago

@hanwenbo 怎么复现?

hanwenbo commented 5 years ago

@sorrycc 您好 任意找台windows电脑 npm install -g umi 就行了

hanwenbo commented 5 years ago

@sorrycc 跑的这个项目 https://github.com/mojisrc/fashop-admin

hanwenbo commented 5 years ago

@sorrycc 在windows下编译完事 启动之后就提示这个库报错 但它是umi内部的 我修改不了

imhele commented 5 years ago

@sorrycc 跑的这个项目 https://github.com/mojisrc/fashop-admin

我来跑一下

imhele commented 5 years ago

create-umi 新建的项目试了一下 yarnnpm 都没有问题, https://github.com/mojisrc/fashop-admin 这个仓库的依赖一直卡在 2208/2210 ,我再整整

imhele commented 5 years ago

运行没问题,@hanwenbo 你使用的 npm 还是 yarn ?

image

image

hanwenbo commented 5 years ago

@imhele 稍后我再试一下 我是npm

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.