Closed IanVS closed 1 year ago
This swaps out yarn for pnpm as the package manager.
Closes https://github.com/miragejs/mirage-msw/pull/8 (replaces it).
Use corepack enable to use it (be sure to be on a recent version of node, ideally the one specified in the .nvmrc)
corepack enable
.nvmrc
This swaps out yarn for pnpm as the package manager.
Closes https://github.com/miragejs/mirage-msw/pull/8 (replaces it).
Use
corepack enable
to use it (be sure to be on a recent version of node, ideally the one specified in the.nvmrc
)