Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Feedback Received
-
None
Description
While running the Zeppelin frontend using npm start, a deprecation warning was encountered:
(node:42463) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
This warning was traced back to the websocket-driver package, which is a dependency of faye-websocket, itself a dependency of webpack-dev-server. The deprecated API process.binding('http_parser') was causing the warning.
I plan to update the websocket-driver package to a newer version where the deprecated API usage has been removed, to eliminate the deprecation warning.
Attachments
Issue Links
- links to