Webpack-cli TypeError: Cannot read property 'properties' of undefined

/rbd/pnpm-volume/612dc0e5-9f1f-4ccf-bbd1-871f3f3ec926/node_modules/.registry.npmjs.org/webpack-cli/2.1.5/node_modules/webpack-cli/bin/config-yargs.js:89

			describe: optionsSchema.definitions.output.properties.path.description,

			                                           ^


TypeError: Cannot read property 'properties' of undefined

at module.exports (/rbd/pnpm-volume/612dc0e5-9f1f-4ccf-bbd1-871f3f3ec926/node_modules/.registry.npmjs.org/webpack-cli/2.1.5/node_modules/webpack-cli/bin/config-yargs.js:89:48)

at /rbd/pnpm-volume/612dc0e5-9f1f-4ccf-bbd1-871f3f3ec926/node_modules/.registry.npmjs.org/webpack-cli/2.1.5/node_modules/webpack-cli/bin/webpack.js:60:27

at Object.<anonymous> (/rbd/pnpm-volume/612dc0e5-9f1f-4ccf-bbd1-871f3f3ec926/node_modules/.registry.npmjs.org/webpack-cli/2.1.5/node_modules/webpack-cli/bin/webpack.js:515:3)

at Module._compile (module.js:653:30)

at Object.Module._extensions..js (module.js:664:10)

at Module.load (module.js:566:32)

at tryModuleLoad (module.js:506:12)

at Function.Module._load (module.js:498:3)

at Module.require (module.js:597:17)

at require (internal/module.js:11:18)

Project I am working on: https://glitch.com/edit/#!/join/19d6f56e-0c90-4c94-9e99-9579c3b4e506

I tried porting the env from https://glitch.com/edit/#!/starter-react-redux?path=package.json:1:0 to http s://glitch.com/edit/#!/remix/hello-sqlite.

Trying to figure out where i went wrong.

Howdy, @lapolonio, welcome to the Glitch Forums!

I found this post of StackOverflow that seemed indicative, and so I updated webpack and webpack-cli to their newest versions ("^4.27.0" and "^3.1.2", respectively) in package.json on a remix of your project and it seemed to resolve this particular error.