cloudflare / cloudflare/workers-graphql-gateway-example
TypeError: Cannot read property 'properties' of undefined
- Dominant language
- JavaScript
- Stars
- 85
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
While running `npm run build` I got the following error
```
describe: optionsSchema.definitions.output.properties.path.description,
TypeError: Cannot read property 'properties' of undefined
```
As suggested here [1], bumping the `webpack-cli` to **3.1.1** solved my issue.
[1] https://github.com/webpack/webpack-cli/issues/607
Contributor guide
Research direction
Start by running `npm run build` to reproduce the `optionsSchema.definitions.output.properties` error, then inspect the project's dependency declaration for `webpack-cli`. Update it to version 3.1.1 as indicated by the issue, rerun the build, and consider the issue done when the command completes without this TypeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, javascript
- Domain
- api, build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100