© 2022 Hashnode
How do you fix you must install peer dependencies yourself? With npm 3, the automatic installation of peer dependencies was explicitly disabled. NPM Blog v3's release notes As a result, npm 3 and later cannot instal peer dependencies automa…
Docker has completely revolutionized the way we build, package, and ship software. Docker has made it possible for developers to package their applications and share them with others. It is because of…
We all know that keeping dependencies up to date is a tedious process. For way too long I have been doing this manually on many projects. It's a tedious process. You need to remember to periodically c…
Introduction When you open your Netflix account and begin searching for movies, how does Netflix give you appropriate results? They may compare your input and tags from movies to provide suggestions. …
Sometimes JavaScript programmers need to parse binary data, or convert JSON objects into binary data and transmit it over the network. Although there are many third-party libraries that implement Java…
Introduction bundlejs (pronounced bundle js) is a quick and easy way to treeshake, bundle, minify, and compress (in either gzip or brotli) your typescript, javascript, jsx and npm projects, while rece…
Every kind of website, be it an e-commerce or a blog, requires an authentication system. When making such an authentication system, however, one must work with web tokens, cookies, sessions, hashes, s…
You might have come across package.json and package.lock.json while working with node package modules or in yarn as yarn.lock within your React or node application; but why do we need exactly them? B…
If you're seeing the error message "Plugin 'react' was conflicted between 'package.json' and 'eslint-config-react-app'" then it's likely that you have a conflict in your project's dependencies. There …
I think that Samuel L. Jackson is the greatest actor of all time. A bold statement, but I’m willing to die on this hill. In tribute, I have made this npm library that appends Sam Jackson quotes to you…