Update needed : optionsSchema.definitions.output.properties.path.description,
michaelwclark opened this issue · 2 comments
michaelwclark commented
As Per plotly/dash-component-boilerplate#12 there is an update in webpack that broke this starterkit. Simply update
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
to fix:
node_modules/webpack-cli/bin/config-yargs.js:89
describe: optionsSchema.definitions.output.properties.path.description,
^
TypeError: Cannot read property 'properties' of undefined
lifenautjoe commented
Hi Michael,
Thanks for letting me know. Will push the fix ASAP. Reading this from my
phone.
Cheers!
…On Sun, 11 Nov 2018 at 21:40, Michael W Clark ***@***.***> wrote:
As Per plotly/dash-component-boilerplate#12
<plotly/dash-component-boilerplate#12> there is
an update in webpack that broke this starterkit. Simply update
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
to fix:
node_modules/webpack-cli/bin/config-yargs.js:89
describe: optionsSchema.definitions.output.properties.path.description,
^
TypeError: Cannot read property 'properties' of undefined
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AMJb5Vndz96sond5TCqnn6saENDjOyPgks5uuIsggaJpZM4YYrHZ>
.
digitalmedia34 commented
Thanks