wl-micro-frontends
wl-micro-frontends copied to clipboard
启动报错
下拉代码后、安装依赖、然后运行项目yarn serve 报错
我也报错 我用的npm的
+1
+1
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' }
那你一个一个下载吧,别用批量了
发自我的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.
在根目录使用我写启动模块如果报:bin/sh start没有,则是在linux或mac,更换win或进入项目一个一个下载启动,遇到其他问题也可以不使用全部启动模块进入项目一个一个来
mac上把exec('start http://xxxx')改成exec('open' http://xxx),我这里就起来了
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}); }
优秀
在 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.
启动一直卡在这 不动 等了好久了 没反应 然后重新启动还是这样卡到一个地方就卡在那了
[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' }
进入微应用一个一个启动
发自我的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.