这是我运行离子发球时,挂在lint上完成的 C:\ workspace \ myApp(master - > origin) λ离子发球 启动app-scripts服务器: - address 0.0.0.0 --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser -
$path = $request->file('avatar')->store('avatars');
return $path;
之后挂起
这是我的离子信息
Ctrl+C to cancel
[17:59:25] watch started ...
[17:59:25] build dev started ...
[17:59:25] clean started ...
[17:59:25] clean finished in 16 ms
[17:59:25] copy started ...
[17:59:26] copy finished in 670 ms
[17:59:26] deeplinks started ...
[17:59:26] deeplinks finished in 28 ms
[17:59:26] transpile started ...
[17:59:37] transpile finished in 11.26 s
[17:59:37] preprocess started ...
[17:59:37] preprocess finished in 2 ms
[17:59:37] webpack started ...
[17:59:48] webpack finished in 11.52 s
[17:59:48] sass started ...
Without `from` option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to `undefined` to prevent this warning.
[17:59:51] sass finished in 2.90 s
[17:59:51] postprocess started ...
[17:59:51] postprocess finished in 33 ms
[17:59:51] lint started ...
[17:59:51] build dev finished in 26.60 s
[17:59:52] watch ready in 27.00 s
[17:59:52] dev server running: http://localhost:8100/
[OK] Development server running!
Local: http://localhost:8100
External: http://10.100.95.80:8100
DevApp: myApp@8100 on DESKTOP-9D89Q03
[17:59:57] lint finished in 5.12 s
但该项目是在浏览器谷歌浏览器上运行的,请帮助我......
答案 0 :(得分:0)
你可以用“它在lint完成后挂起”来明确你的意思吗?这只意味着开发服务器已启动并运行,您应该很高兴。 livereload不工作吗?