Building, Maintaining, and Letting Go
Lessons learned while managing my Next.js node loader as a solo maintainer, the importance of community contributions, and how to gracefully deprecate packages....
Lessons learned while managing my Next.js node loader as a solo maintainer, the importance of community contributions, and how to gracefully deprecate packages....
I recently did a switch to monorepo for my React components with Lerna. I was usually against having a monorepo...
I recently found out that npm doesn't support downloading same scope dependencies from multiple registries. Ideally, I'd like to define multiple registries for a scope. If npm fails to find the package...
This is useful for avoiding permission errors like Error: EACCES: permission denied, mkdir when installing an npm package without sudo, cause sudo npm i -g looks off to me. Script: mkdir ~/.npm-global npm config set prefix...