reach-vb HF staff commited on
Commit
9c3e05d
1 Parent(s): 956b5da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -37,8 +37,9 @@ pip install -r requirements.txt
37
  ```
38
  conda install -c conda-forge nodejs
39
  cd streaming-react-app
40
- npm install
41
- npm run build # this will create the dist/ folder
 
42
  ```
43
 
44
 
 
37
  ```
38
  conda install -c conda-forge nodejs
39
  cd streaming-react-app
40
+ npm install --global yarn
41
+ yarn
42
+ yarn build # this will create the dist/ folder
43
  ```
44
 
45