Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vue-cli-service build 检查chrome --version卡住 #4981

Closed
benben198805 opened this issue Dec 20, 2019 · 2 comments
Closed

vue-cli-service build 检查chrome --version卡住 #4981

benben198805 opened this issue Dec 20, 2019 · 2 comments
Labels
needs reproduction This issue is missing a minimal runnable reproduction, provided by the author

Comments

@benben198805
Copy link

Version

4.1.0

Reproduction link

http://abc.com

Environment info

node 10.15.3
npm v6.4.1

代码:
vue 2.6.10
@vue/cli-service 4.1.0

Steps to reproduce

使用markadams/chromium-xvfb镜像,环境中node 10.15.3,npm v6.4.1。
代码vue 2.6.10,@vue/cli-service 4.1.0
package.json的scripts中配置
{
"run": "vue-cli-service build"
}

执行npm run build命令。
执行到> vue-cli-service build卡住。

What is expected?

是否有参数可以跳过chrome --version的检查

What is actually happening?

排查之后发现,markadams/chromium-xvfb中的chrome,在执行chrome --version的时候,返回版本后会一直等待。
@vue/cli-service 3版本不会检查,而@vue/cli-service 4.1.0版本会检查chrome版本。

@sodatea
Copy link
Member

sodatea commented Dec 20, 2019

还烦请提供一下复现……这个检查应该只会在安装 e2e-nightwatch 插件、或者运行这个插件的 test:e2e 命令时执行啊?应该和 build 没有关系吧

@sodatea sodatea added the needs reproduction This issue is missing a minimal runnable reproduction, provided by the author label Dec 28, 2019
@sodatea
Copy link
Member

sodatea commented May 14, 2020

Closing due to inactivity.

(Sidenote: should have been fixed in #5315)

@sodatea sodatea closed this as completed May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs reproduction This issue is missing a minimal runnable reproduction, provided by the author
Projects
None yet
Development

No branches or pull requests

2 participants