Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

TypeError: Cannot read property 'properties' of undefined #20

Closed
cwgabel opened this issue Nov 16, 2018 · 1 comment
Closed

TypeError: Cannot read property 'properties' of undefined #20

cwgabel opened this issue Nov 16, 2018 · 1 comment

Comments

@cwgabel
Copy link

cwgabel commented Nov 16, 2018

describe: optionsSchema.definitions.output.properties.path.description,
^
TypeError: Cannot read property 'properties' of undefined

google search gives this as a fix...

which calls for an updated package.json.

 "webpack": "^4.20.2",
 "webpack-cli": "^3.1.1",

fixed the problem for me on windows 8, node 10.12

@cwgabel cwgabel closed this as completed Nov 16, 2018
@rliessum
Copy link
Contributor

I did encounter this issue and was raising an issue for it but noticed this existing issue.
Maybe just to a pull request on package.json instead with the fixed versions?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants