Sommario
Yarn
Il package manager del web
Yarn gestisce pacchetti e librerie per il web development.
Installare Yarn
Se non lo hai fatto installa NodeJs e poi tramite npm
installa yarn
globalmente (aggiungendo il flag -g
):
npm install -g yarn
Yarn gestisce pacchetti e librerie per il web development.
Se non lo hai fatto installa NodeJs e poi tramite npm
installa yarn
globalmente (aggiungendo il flag -g
):
npm install -g yarn