Hacker News new | ask | show | jobs
by STRML 3745 days ago
Just to update you - looks like this has finally been released:

https://github.com/npm/npm/releases/tag/v3.8.3

2 comments

Great, thanks! I'll check it out.

Unfortunately I've not had much luck getting pnpm or ied running on Windows due to the symlinking stuff (though the installation portion is super quick), so hopefully the speed improvements here can help lessen the blow a bit.

As an aside, why does npm check-in the node_modules folder into their repo?

I was under the impression this was generally considered bad practice, so it seemed weird seeing it done by the package manager itself :)