gbowne1 / gbowne1site_react

React version of gbowne1 site
GNU General Public License v3.0
4 stars 12 forks source link

Fix deprecation warning on npm start #51

Open gbowne1 opened 9 months ago

gbowne1 commented 9 months ago

There is a message that quickly pops up when you try and run npm start in the root of the project..

It needs to be fixed. Haven't found very good information on how to fix this. Here's the message...

$ npm start

> gbowne1site_react@0.0.1 start
> react-scripts start

(node:22828) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:22828) [DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.