Angularで「(node:7) [DEP0111] DeprecationWarning: Access to process.binding(‘http_parser’) is deprecated.」
今回はAngularを使っているときにng sでサーバーを起動した際に「(node:7) [DEP0111] DeprecationWarning: Access to process.binding('http_parser’) is deprecated.」というエラーが起きたときの対処法についてご紹介していきます。
Angularのバージョンは15.2.11です。
Angularで「(node:7) [DEP0111] DeprecationWarning: Access to process.binding('http_parser’) is deprecated.」
結論から言うとnode_modulesのバージョンと起動させたいAngularのバージョンが合っていないことが原因でした。
私はAngularのバージョン8.2.14のnode_modulesで15.2.11のAngularのバージョンを起動させようとしたときにこのエラーが起きました。
起動させたいAngularのバージョンとnode_modulesに格納されているモジュールのバージョンを確認してみましょう。
終わりに
今回はAngularを使っているときにng sでサーバーを起動した際に「(node:7) [DEP0111] DeprecationWarning: Access to process.binding('http_parser’) is deprecated.」というエラーが起きたときの対処法についてご紹介いたしました。
ディスカッション
コメント一覧
まだ、コメントがありません