Echo JS 0.11.0

<~>
Swizz 2557 days ago. link 1 point
After just moving to yarn, it's now time to consider moving to pnpm. Is this the thing formally known as JS fatigue ?

Replies

zkochan 2557 days ago. link 2 points
Hopefully it should be easier to move to pnpm from npm.

pnpm uses npm's config system.

pnpm has the same CLI as npm ("pnpm install foo" not "pnpm add foo")

pnpm overrides only some of npm's commands: install, uninstall and link. Other commands are passed through to npm. "pnpm init" is same as "npm init"