You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
June 14. Confirmed July 20, 2024.
Message that briefly appears in development environment client command window when loading following "npm start":
(node:9656) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] Deprecation Warning: 'onAfterSetupMiddleware' option is deprecated.
Please use the 'setupMiddlewares' option.
(Use node --trace-deprecation ... to show where the warning was created)
(node:9656) [DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated.
Please use the 'setupMiddlewares' option.
The text was updated successfully, but these errors were encountered:
When you issue 'npm start' change to 'npm start >> error.txt' to capture the console output & attach it here as a comment. Also are you seeing a slow start-up with the browser output.
I have made the change in my node modules and the message is no longer being generated. Now the only problem is this is a modification to node_modules which is lost upon installing our app. As a result we need a 'patch' facility (see: https://www.npmjs.com/package/patch-package).
This issue is transcribed from #441 (now closed).
Test result number 22
low priority
June 14. Confirmed July 20, 2024.
Message that briefly appears in development environment client command window when loading following "npm start":
(node:9656) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] Deprecation Warning: 'onAfterSetupMiddleware' option is deprecated.
Please use the 'setupMiddlewares' option.
(Use
node --trace-deprecation ...
to show where the warning was created)(node:9656) [DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated.
Please use the 'setupMiddlewares' option.
The text was updated successfully, but these errors were encountered: