SirrorsMoore1975 / WEE-Trade

WEE-Trade, an application to trade in computer parts, new or old, first hand second hand
MIT License
0 stars 0 forks source link

fix the concurrently error brought by client #45

Open SirrorsMoore1975 opened 1 year ago

SirrorsMoore1975 commented 1 year ago

The error occurred after concurrently is installed when the client complained the following:

[0] app is listening @ http://localhost:4000
[0] This is WEE-Trade, Your components trading service server!
[1] (node:19416) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
[1] (Use `node --trace-deprecation ...` to show where the warning was created)
[1] (node:19416) [DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
[1] Starting the development server...