mixer / cdk

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

webpack-dev-server could not start #143

Closed clarkjpeter closed 5 years ago

clarkjpeter commented 5 years ago

Steps to Reproduce

Installed Node.js 8.12.0, downloaded Control Development Kit 1.0.2 and created a new Preact project.

I haven't touched any code however I am getting this following compile error.

Error

D:\Mixer-Custom-Controls\test-interaction-demo\node_modules\webpack-cli\bin\config-yargs.js:89 describe: optionsSchema.definitions.output.properties.path.description, ^

TypeError: Cannot read prope...

Editor Details

Version: 1.0.2 Mixer User ID: 58926363

Encrypted Editor State: {"id":"49698c6fd79f00da","password":"tla/rTtimHdu4tC0D+2M5JUUMJHhPMwlCfxf2XyUjFU="}

connor4312 commented 5 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 🙂