DEV Community

Discussion on: What are some useful npm packages I might not know about?

 
nickytonline profile image
Nick Taylor • Edited

Only one gotcha. If you've already installed the husky package at least once, you will need to run yarn --force or npm install --no-cache. For some reason the post-install script of husky does not run, when the package is pulled from yarn's or npm's cache.