sign / translate

Effortless Real-Time Sign Language Translation
https://sign.mt
Other
482 stars 82 forks source link

[BUG] I Installation dependency errors #77

Closed arnaudnjita closed 1 year ago

arnaudnjita commented 1 year ago

Current Behavior

Running npm install --save I get the following dependency errors as shown below

image

Expected Behavior

The installation is expected to go to completion installing all the necessary dependencies required for the project to run.

Steps To Reproduce

Run npm install --save or npm install --save --legacy-peer-deps

Example flow

paste your flow here

Environment

Additional context

No response

AmitMY commented 1 year ago
npm install --legacy-peer-deps

Is correct. The error you are getting, as it says, is a timeout to the npm servers. Just try again. image

arnaudnjita commented 1 year ago

Alright thank you