mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-14 19:15:28 +00:00
add npm requirements
This commit is contained in:
@ -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
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user