Tag: nodejs
All the articles with the tag "nodejs".
-
How to patch vulnerable sub-dependencies with overrides in package.json
Published: at 03:30 PMSee how to quickly patch a vulnerable sub-dependency in your Node.js project using the overrides field in package.json, with a real-world example and advanced usage.
-
Understanding the punycode Deprecation Warning in Node.js
Published: at 02:30 PMA quick look at the punycode module deprecation in Node.js — what it does, why it was removed from core, and how to update your code.
-
How to publish your NodeJS application on Homebrew
Published: at 04:20 PMLearn how to publish NodeJS CLI application on the popular Homebrew package manager using Github
-
How to keep node_modules in sync with package.json
Published: at 06:33 PMToday we will be focusing on how to keep our local node_modules up to date whenever the package.json is modified when we pull from remote or switch between branches