npm install is needed to grab deps

This commit is contained in:
Andrew Morgan 2018-10-17 23:07:47 +02:00 committed by GitHub
parent 0b39168503
commit 3860ea5070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,9 @@ cd matrix-dimension
cp config/default.yaml config/production.yaml
nano config/production.yaml
# Install dependencies
npm install
# Run
NODE_ENV=production npm run start:app
```