Twan07 commited on
Commit
1e26bb3
·
verified ·
1 Parent(s): 760c7b2

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -0
start.sh CHANGED
@@ -2,6 +2,7 @@
2
  git clone "$REPO" .
3
  npm install
4
  npm install cross-blob
 
5
  npm i --save-dev @types/busboy
6
  npm i --save-dev @types/uuid
7
  npm i --save-dev @types/unidecode
 
2
  git clone "$REPO" .
3
  npm install
4
  npm install cross-blob
5
+ npm install node-fetch
6
  npm i --save-dev @types/busboy
7
  npm i --save-dev @types/uuid
8
  npm i --save-dev @types/unidecode