workers-graphql-gateway-example icon indicating copy to clipboard operation
workers-graphql-gateway-example copied to clipboard

TypeError: Cannot read property 'properties' of undefined

Open giacomolm opened this issue 4 years ago • 0 comments

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

giacomolm avatar May 27 '21 09:05 giacomolm