Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

example: yarn-modern-pnp

This example demonstrates installing dependencies using Yarn Modern v4 with corepack enabled and the default configuration of Plug'n'Play enabled.

Run locally with:

npm install -g corepack
corepack enable yarn
yarn
yarn test