Surya Teja Karra
Surya's Dev Journey

Surya's Dev Journey

Follow
Follow
home
Tag

Node.js

#nodejs

More content

Read more stories on Hashnode


Articles with this tag

Setting incorrect peerDependencies can ruin your day as a library maintainer!

Mar 28, 20214 min read

Let me tell you how setting incorrect peerDependencies inside package.json can ruin your day! TL;DR at the bottom! Background: As a maintainer of...

Setting incorrect peerDependencies can ruin your day as a library maintainer!

Say hello to patch-package: An efficient approach to patching packages in node_modules

Oct 19, 20203 min read

Background: When working on NodeJS project, I came across a bug with a third-party dependency. A quick fix was applied by modifying the source files...

Say hello to patch-package: An efficient approach to patching packages in node_modules