Codebrahma / React-Chat

Highly customizable / Themable set of components to build your chat app
https://codebrahma-lite-chat.netlify.com/
MIT License
11 stars 3 forks source link

Webpack version issue #31

Open omsun123 opened 3 years ago

omsun123 commented 3 years ago

Because of older version of webpack following error happening. `(base) administrator@dolap:~/Documents/trail/React-Chat$ yarn start yarn run v1.12.3 $ webpack-dev-server --mode development --open --hot /home/administrator/Documents/trail/React-Chat/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 (/home/administrator/Documents/trail/React-Chat/node_modules/webpack-cli/bin/config-yargs.js:89:48) at Object. (/home/administrator/Documents/trail/React-Chat/node_modules/webpack-dev-server/bin/webpack-dev-server.js:65:25) at Module._compile (internal/modules/cjs/loader.js:999:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) at internal/main/run_main_module.js:17:47 `

omsun123 commented 3 years ago

This PR resolves the issue https://github.com/Codebrahma/React-Chat/pull/30 . Please review