-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Two browser tabs after "npm run dev" #2944
Comments
update vue-cli |
I was using @vue/cli@4.0.5 instead of 3.8.3, I have updated to @vue/cli@4.1.2 right now but still two browser tabs open. |
@jgrandar not just the global @vue/cli, you must update @vue/cli-service to latest version or after 3.8.3 "devDependencies": {
"@babel/core": "7.0.0",
"@babel/register": "7.0.0",
"@types/jest": "^23.1.4",
"@types/js-cookie": "^2.2.4",
"@types/nprogress": "^0.2.0",
"@vue/cli-plugin-babel": "3.6.0",
"@vue/cli-plugin-eslint": "^3.9.1",
"@vue/cli-plugin-typescript": "^4.1.2",
"@vue/cli-plugin-unit-jest": "3.6.3",
"@vue/cli-service": "^4.1.2", |
if using @vue/cli@3.x,you can modify the following: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It happens on a project I am working on, today I started a new project with the same issue, any clue what's going on?
The text was updated successfully, but these errors were encountered: