wl-micro-frontends icon indicating copy to clipboard operation
wl-micro-frontends copied to clipboard

启动报错

Open huangguangfa opened this issue 5 years ago • 11 comments

下拉代码后、安装依赖、然后运行项目yarn serve 报错

huangguangfa avatar Feb 12 '20 05:02 huangguangfa

我也报错 我用的npm的

qinghua5453 avatar Mar 24 '20 04:03 qinghua5453

+1

hezhoushuai avatar Mar 29 '20 09:03 hezhoushuai

+1

BestDI avatar Mar 31 '20 02:03 BestDI

cnpm 也进不去啊 卡在这一段

[webpack.Progress] 45% building 299/321 modules 22 active E:\\CodeMy\\CodeMy\\weiqianduan\\wl-micro-frontends\\master\\node_modules\\[email protected]@import-html-entry\\esm\\index.js\n<s> [webpack.Progress] 46% building 300/321 modules 21 active E:\\CodeMy\\CodeMy\\weiqianduan\\wl-micro-frontends\\master\\node_modules\\[email protected]@import-html-entry\\esm\\index.js\n' }

uicheung avatar Apr 06 '20 11:04 uicheung

那你一个一个下载吧,别用批量了

发自我的iPhone

在 2020年4月6日,19:15,uicheung [email protected] 写道:

 cnpm 也进不去啊 卡在这一段

[webpack.Progress] 45% building 299/321 modules 22 active E:\CodeMy\CodeMy\weiqianduan\wl-micro-frontends\master\node_modules\[email protected]@import-html-entry\esm\index.js\n [webpack.Progress] 46% building 300/321 modules 21 active E:\CodeMy\CodeMy\weiqianduan\wl-micro-frontends\master\node_modules\[email protected]@import-html-entry\esm\index.js\n' }

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

hql7 avatar Apr 07 '20 04:04 hql7

在根目录使用我写启动模块如果报:bin/sh start没有,则是在linux或mac,更换win或进入项目一个一个下载启动,遇到其他问题也可以不使用全部启动模块进入项目一个一个来

hql7 avatar Apr 07 '20 06:04 hql7

mac上把exec('start http://xxxx')改成exec('open' http://xxx),我这里就起来了

anLl avatar May 20 '20 02:05 anLl

function openBrowser(url){ switch (process.platform) { //mac系统使用 一下命令打开url在浏览器 case "darwin": exec(open ${url}); //win系统使用 一下命令打开url在浏览器 case "win32": exec(start ${url}); // 默认mac系统 case 'linux': exec(xdg-open ${url}) break; default: exec(open ${url}); }

anLl avatar May 20 '20 02:05 anLl

优秀

在 2020-05-20 10:18:11,"anrui" [email protected] 写道:

mac上把exec('start http://xxxx')改成exec('open' http://xxx),我这里就起来了

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

hql7 avatar May 20 '20 08:05 hql7

启动一直卡在这 不动 等了好久了 没反应 然后重新启动还是这样卡到一个地方就卡在那了 [webpack.Progress] 49% building 331/351 modules 20 active D:\\微前端服务\\wl-micro-frontends-master\\master\\node_modules\\[email protected]@core-js\\modules\\es.symbol.description.js\n' }

wenhero avatar Jul 03 '20 11:07 wenhero

进入微应用一个一个启动

发自我的iPhone

在 2020年7月3日,19:37,wangwenwen [email protected] 写道:

 启动一直卡在这 不动 等了好久了 没反应 然后重新启动还是这样卡到一个地方就卡在那了 [webpack.Progress] 49% building 331/351 modules 20 active D:\微前端服务\wl-micro-frontends-master\master\node_modules\[email protected]@core-js\modules\es.symbol.description.js\n' }

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

hql7 avatar Jul 04 '20 06:07 hql7