Spaces:
Running
Running
Update start.sh
Browse files
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
|