DeprecationWarning: Access to process.binding(‘http_parser’) is deprecated.

When you try to run an older Node.js application under a new version of Node.js you may get deprecation warnings. If you downgrade Node.js and keep the out of date component, you will introduce a dangerous security risk in your application.

To refresh the referenced Node.js libraries

  • In the command line execute
    npm install --force
    npm audit fix --force

Leave a comment

Your email address will not be published. Required fields are marked *