Hello, I don't understand what is causing this. When I run *npm start *the following is produced:
> cloudstack-ui@1.0.0 start /home/neoggg/lab/cloudstack/ui > vue-cli-service lint --no-fix && vue-cli-service serve ERROR Error loading /home/neoggg/lab/cloudstack/ui/vue.config.js: ERROR ValidationError: Invalid options object. Ignore Plugin has been initialized using an options object that does not match the API schema. - options should be one of these: object { resourceRegExp, contextRegExp? } | object { checkResource } Details: * options misses the property 'resourceRegExp'. Should be: RegExp -> A RegExp to test the request against. * options misses the property 'checkResource'. Should be: function -> A filter function for resource and context. ValidationError: Invalid options object. Ignore Plugin has been initialized using an options object that does not match the API schema. - options should be one of these: object { resourceRegExp, contextRegExp? } | object { checkResource } Details: * options misses the property 'resourceRegExp'. Should be: RegExp -> A RegExp to test the request against. * options misses the property 'checkResource'. Should be: function -> A filter function for resource and context. at validate (/home/neoggg/lab/cloudstack/ui/node_modules/webpack/node_modules/schema-utils/dist/validate.js:105:11) at /home/neoggg/lab/cloudstack/ui/node_modules/webpack/lib/util/create-schema-validation.js:16:17 at new IgnorePlugin (/home/neoggg/lab/cloudstack/ui/node_modules/webpack/lib/IgnorePlugin.js:28:3) at Object.<anonymous> (/home/neoggg/lab/cloudstack/ui/vue.config.js:50:7) at Module._compile (internal/modules/cjs/loader.js:999:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) at exports.loadModule (/home/neoggg/lab/cloudstack/ui/node_modules/@vue/cli-shared-utils/lib/module.js:79:14) at Service.loadUserOptions (/home/neoggg/lab/cloudstack/ui/node_modules/@vue/cli-service/lib/Service.js:330:22) at Service.init (/home/neoggg/lab/cloudstack/ui/node_modules/@vue/cli-service/lib/Service.js:70:30) at Service.run (/home/neoggg/lab/cloudstack/ui/node_modules/@vue/cli-service/lib/Service.js:215:10) at Object.<anonymous> (/home/neoggg/lab/cloudstack/ui/node_modules/@vue/cli-service/bin/vue-cli-service.js:36:9) at Module._compile (internal/modules/cjs/loader.js:999:30) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! cloudstack-ui@1.0.0 start: `vue-cli-service lint --no-fix && vue-cli-service serve` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the cloudstack-ui@1.0.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.