2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

add npm requirements

This commit is contained in:
Matthias Mair 2022-08-04 07:54:58 +02:00
parent cad380eb9b
commit 48c4bd59a9

View File

@ -10,9 +10,10 @@ State as of ###.
``` ```
## Common commands ## Common commands
Install packages Install packages for ruby and nodejs.
``` ```
sudo apt-get install rubygems ruby-dev sudo apt-get install rubygems ruby-dev nodejs npm
npm install
sudo gem install bundler sudo gem install bundler
bundle install bundle install
``` ```