Translations

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

From Joomla! Documentation

Fixed wrong console command translation.
No edit summary
Line 1: Line 1:
führe <tt>npm ci</tt> im Wurzelverzeichnis der git-Paketquelle aus (dafür wird npm 5.7 oder höher benötigt. <tt>npm install -g npm@lts</tt> zum Aktualisieren der npm-Version auf lts ausführen)
Führe <tt>npm ci</tt> im Wurzelverzeichnis der git-Paketquelle aus. (Dafür wird npm 5.7 oder höher benötigt. <tt>npm install -g npm@lts</tt> zum Aktualisieren der npm-Version auf lts ausführen.)

Revision as of 22:29, 21 April 2020

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)

Führe npm ci im Wurzelverzeichnis der git-Paketquelle aus. (Dafür wird npm 5.7 oder höher benötigt. npm install -g npm@lts zum Aktualisieren der npm-Version auf lts ausführen.)