Show Menu
Cheatography

npm Cheat Sheet (DRAFT) by

Les commandes les plus utiles

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Npm

npm prefix -g
chemin d'accès au dossier npm global sur votre système.
npm config set prefix "­C:­\Use­rs­\<us­ern­ame­>\A­ppD­ata­\Ro­ami­ng­\npm­"
mise à jour du chemin
Assure­z-vous de remplacer <us­ern­ame> par votre nom d'util­isateur Windows.
 

yarn

yarn create react-app NOM_PROJET
création d'un projet REACT.JS