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

[Bug Report] ValidationError: webpack Dev Server Invalid Options #7232

Closed
pSnehanshu opened this issue May 17, 2019 · 2 comments
Closed

[Bug Report] ValidationError: webpack Dev Server Invalid Options #7232

pSnehanshu opened this issue May 17, 2019 · 2 comments
Labels
invalid The issue is missing information or is not a valid bug/feature request

Comments

@pSnehanshu
Copy link

Versions and Environment

Vuetify: 1.5.14
Vue: 2.6.10
Browsers: Chrome 73.0.3683.75
OS: Linux x86_64

Steps to reproduce

Step #1. Install vue-cli and vuetify.
Step #2. Run $ npm run serve

Expected Behavior

Should start webpack dev server.

Actual Behavior

ERROR ValidationError: webpack Dev Server Invalid Options

options.clientLogLevel should be {String} and equal to one of the allowed values

[ 'info', 'warn', 'error', 'debug', 'trace', 'silent' ]

(https://webpack.js.org/configuration/dev-server/#devserverclientloglevel)

Reproduction Link

https://codepen.io/Nothing_to_reporoduce

Other comments

Modify node_modules/@vue/cli-service/lib/commands/serve.js line 139. Set clientLogLevel to anything from 'info', 'warn', 'error', 'debug', 'trace', 'silent', the error goes away.

@ghost ghost added the S: triage label May 17, 2019
@pSnehanshu
Copy link
Author

The solution can be found here: vuejs/vue-cli#4017 (comment)

@jacekkarczmarczyk
Copy link
Member

This is vue-cli issue, not Vuetify

@jacekkarczmarczyk jacekkarczmarczyk added invalid The issue is missing information or is not a valid bug/feature request and removed S: triage labels May 17, 2019
@lock lock bot locked as resolved and limited conversation to collaborators May 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid The issue is missing information or is not a valid bug/feature request
Projects
None yet
Development

No branches or pull requests

2 participants