Translations

J4.x:Setting Up Your Local Environment/13/fr: Difference between revisions

From Joomla! Documentation

Created page with "exécutez <tt>npm install</tt> depuis la racine du dépot git."
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
exécutez <tt>npm install</tt> depuis la racine du dépot git.
Exécutez <tt>npm ci</tt> à partir de la racine du référentiel Git. (Notez que vous avez besoin de npm 6.13.4 ou supérieur pour cela. Exécutez <tt>npm install -g npm@lts</tt> pour mettre à niveau votre version de npm vers la version LTS.)

Latest revision as of 12:00, 20 August 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (J4.x:Setting Up Your Local Environment)
Run <tt>npm ci</tt> (npm = package manager for the JavaScript, "ci" parameter means "clean install") from the root of the git repo. (Note, you need npm 6.13.4 or higher for this. Run <tt>npm install -g npm@lts</tt> to upgrade your version of npm to the LTS version. For Joomla 5, you need npm 10.1.0 or higher. '''Tip:''' With nvm (Node Version Manager) you can easily switch to other npm versions)

Exécutez npm ci à partir de la racine du référentiel Git. (Notez que vous avez besoin de npm 6.13.4 ou supérieur pour cela. Exécutez npm install -g npm@lts pour mettre à niveau votre version de npm vers la version LTS.)