All posts in category #Today I Learned

"TS2307: Cannot find module" with custom modules-folder in yarn

Sometimes we may choose to change the default location of the node_modules folder when we work with yarn. Our build may start failing with TS2307 error but there is a workaround.

Seamless docker

Docker container can act as if it was an application running on the host system while maintaining all benefits or encapsulating and hiding the complex setup behind it.