Cherrie Kim created ZEPPELIN-6061:
-------------------------------------
Summary: Update websocket-driver Dependency to Eliminate
Deprecation Warning
Key: ZEPPELIN-6061
URL: https://issues.apache.org/jira/browse/ZEPPELIN-6061
Project: Zeppelin
Issue Type: Improvement
Components: front-end, zeppelin-web
Reporter: Cherrie Kim
Assignee: Cherrie Kim
Fix For: 0.12.0
While running the Zeppelin frontend using npm start, a deprecation warning was
encountered:
{quote}{{(node:42463) [DEP0111] DeprecationWarning: Access to
process.binding('http_parser') is deprecated.}}
{quote}
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)