首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >运行离子服务时离子挂起,在5.98秒内完成lint错误

运行离子服务时离子挂起,在5.98秒内完成lint错误
EN

Stack Overflow用户
提问于 2018-01-25 19:07:50
回答 1查看 804关注 0票数 0

这是我运行ionic server,并在lint结束时挂起C:\workspace\myApp (主->源)λionic server启动应用程序脚本服务器:--地址0.0.0.0 --端口8100 --livereload port 35729 --dev-logger-port 53703 --nobrowser -

代码语言:javascript
运行
复制
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

在那之后挂起来

这是我的离子信息

代码语言:javascript
运行
复制
λ ionic info

cli packages: (C:\Users\NgimpiModol\AppData\Roaming\npm\node_modules)

    @ionic/cli-utils  : 1.19.1
    ionic (Ionic CLI) : 3.19.1

local packages:

    @ionic/app-scripts : 3.1.8
    Ionic Framework    : ionic-angular 3.9.2

System:

    Node : v8.9.4
    npm  : 5.6.0
    OS   : Windows 10

但是这个项目是在谷歌浏览器上运行的,请帮助我…

EN

回答 1

Stack Overflow用户

发布于 2018-01-25 22:06:04

你能确切地说明你所说的“在lint完成后挂起”是什么意思吗?这只意味着Development Server已经启动并运行,您应该可以正常运行了。livereload不工作了吗?

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/48441428

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档