mixer / cdk

:fire: SDK for developing with Mixer Interactive
https://dev.mixer.com/guides/mixplay/customcontrols/introduction
MIT License
35 stars 10 forks source link

webpack-dev-server could not start #145

Closed GabrieleNunez closed 6 years ago

GabrieleNunez commented 6 years ago

Steps to Reproduce

Just created a new full screen control project.

Tried to do some more research on my own, and I came up with these two links if it's any help:

I can confirm that updating my webpack-cli version to 3.1.1 fixes this issue

Error

F:\MixerCustomControls\destiny-overlay\node_modules\webpack-cli\bin\config-yargs.js:89 describe: optionsSchema.definitions.output.properties.path.description, ^

TypeError: Cannot read property 'pro...

Editor Details

Version: 1.0.2 Mixer User ID: 59192097

Encrypted Editor State: {"id":"4a83bda37f27fe99","password":"FCBcdiJleOutSHItyvGiP2agvml1biqKe6m5PmFqLAA="}

connor4312 commented 6 years ago

Thanks for opening an issue, and sorry for the delayed response! It looks like a breaking change was made on a minor version in webpack (https://github.com/webpack/webpack/issues/8082) which caused the quick start templates to fail. You can either:

Please let us know if you run into any more problems 🙂