-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
TypeError: Cannot read property 'properties' of undefined #12
TypeError: Cannot read property 'properties' of undefined #12
Comments
This was broken by a webpack update, see webpack/webpack#8082 A workaround for now is to update both, webpack and webpack-cli in package.json:
|
That fixed it for me, thanks! @T4rk1n you want a PR? |
@nicolaskruchten I got my cookiecutter PR coming up, I already changed the versions there. |
That fixed it to me, too. ;-). I got the problem after installing nano. |
Webpack TypeError: Cannot read property 'properties' of undefined error fix found here: plotly/dash-component-boilerplate#12
Incremented versions for webpack and webpack-cli as was initially was generating error when running 'npx webpack' - 'Cannot read property 'properties' of undefined'. Please refer plotly/dash-component-boilerplate#12
Incremented versions for webpack and webpack-cli as was initially was generating error when running 'npx webpack' - 'Cannot read property 'properties' of undefined'. Please refer plotly/dash-component-boilerplate#12
Incremented versions for webpack and webpack-cli as was initially was generating error when running 'npx webpack' - 'Cannot read property 'properties' of undefined'. Please refer plotly/dash-component-boilerplate#12
Changes to fix error building in dockerhub: ``` [91m/tfdnapredictions/portal/node_modules/webpack-cli/bin/config-yargs.js:89 describe: optionsSchema.definitions.output.properties.path.description, TypeError: Cannot read property 'properties' of undefined ``` Found solution here: plotly/dash-component-boilerplate#12
* Upgrade webpack to latest, as seen in plotly/dash-component-boilerplate#12 * Upgrade react-live to latest, as seen in bublejs/buble#159 * Make lint happy again * Update all packages in yarn
webpack-cli need to update with webpack update of 4.20.2 as said plotly/dash-component-boilerplate#12
卸载再重装就好了~ |
This worked well 👍 |
It is necessary to fix the error `Cannot read property 'properties' of undefined` plotly/dash-component-boilerplate#12 (comment)
npm install --save webpack-cli -- fixed the error |
Isso super me ajudou e corrigiu o problema |
TypeError: Cannot read property 'tapAsync' of undefined I am getting this after changing the webpack version.... "webpack": "^4.20.2", Someone with me?! |
Walking through the README from top to bottom, I hit an error with
npm run build:js-dev
:The text was updated successfully, but these errors were encountered: