gabrielaraujof / xjson-server

A trick server for simulating APIs
MIT License
0 stars 0 forks source link

Update package manager to pnpm #5

Closed gabrielaraujof closed 2 years ago

gabrielaraujof commented 2 years ago

Given the available package managers in the nodejs ecosystem, pnpm seems pretty performant and stills compatible with npm.

Since Yarn Berry with PnP is still not very popular mostly because its maturity level at the time, we are going with pnpm right now.

What is expected

Pnpm installation

The recommended way is to use corepack:

$ corepack prepare pnpm@7.2.1 --activate
vromao commented 2 years ago

Nice!!!