sign / translate

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

Can't be able to run the project #98

Closed ShakeelKhalid1913 closed 1 year ago

ShakeelKhalid1913 commented 1 year ago

Getting this issue while npm install

image

AmitMY commented 1 year ago

Thank you very much for this issue. This was a windows problem, and is now fixed https://github.com/sign/i18n/commit/c48971d72b7d62d84c7d11c15a88a0b0d616d44c

ShakeelKhalid1913 commented 1 year ago

Still same issue :(

AmitMY commented 1 year ago

Please remove the node_modules directory, and try npm install again

ShakeelKhalid1913 commented 1 year ago

I tried. but still same problem. i even cloned the project again.

image

ShakeelKhalid1913 commented 1 year ago

these packages were installed and then caught an error

image

AmitMY commented 1 year ago

It still looks like something is cached, because this command:

image

Is no longer in the code.

Can you please:

  1. remove node_modules
  2. Run npm cache clean --force to clean the cache, for reinstalling
  3. `npm install
ShakeelKhalid1913 commented 1 year ago

Is there any another way? because im still getting this issue.

is not it still in package.json? (sign/translate repo) image

(sign/i18n repo) image

AmitMY commented 1 year ago

If the error is the exact same, then it's a caching issue, because the error says it is running the following command:

image

which fails because you are on windows.

Two options:

  1. purge cache
  2. run npm install inside a bash terminal (git bash OR ubuntu subsystem for windows)
ShakeelKhalid1913 commented 1 year ago

2nd Option worked, Thanks

nickysav91 commented 1 year ago

im now signing but nothing is coming out on the translation end

ShakeelKhalid1913 commented 1 year ago

im now signing but nothing is coming out on the translation end

Can you show me the output?