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...
[ ] fix the error by replace the deprecated onAfterSetupMiddleware and onBeforeSetupMiddleware options with the setupMiddlewares option.
The error occurred after concurrently is installed when the client complained the following:
onAfterSetupMiddleware
andonBeforeSetupMiddleware
options with thesetupMiddlewares
option.