DEV Community

Discussion on: How to configure TypeScript environment?

Collapse
 
vivekalhat profile image
Vivek Alhat

Thank you for your response. I'll definitely try pnpm. I just looked it up, and it seems worth a try.

Collapse
 
wsedlacek profile image
William Sedlacek

pnpm is much faster than npm but I have had issues with using it on Angular, Nativescript and React Native projects.

Definitely worth a call out but I wouldn't recommend it for those just coming into JavaScript and the node ecosystem.

npm v7 is fast enough and reliable so it would be my recommendation.