1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

mention legacy-peer-deps (#1582)

This commit is contained in:
Matthias Kretschmann 2022-07-07 14:49:44 +01:00 committed by GitHub
parent 25bdee16b9
commit f2407016de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,8 @@ cd market
nvm use
npm install
# in case of dependency errors, rather use:
# npm install --legacy-peer-deps
npm start
```