jonathanpalma / react-native-tesseract-ocr

Tesseract OCR wrapper for React Native
MIT License
561 stars 172 forks source link

I'm getting this error while installing this package -> Unsupported URL Type "link:": link:../ #84

Closed ajaymarathe9 closed 4 years ago

ajaymarathe9 commented 4 years ago

Describe the bug npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "link:": link:../

jonathanpalma commented 4 years ago

@ajaymarathe9 are you trying to run the example project?

ajaymarathe9 commented 4 years ago

@ajaymarathe9 are you trying to run the example project?

Yes, I'm trying to run example project, what is wrong with it?

jonathanpalma commented 4 years ago

I believe the issue is because you installed the library dependencies and also the example dependencies. In order to make it work, try to delete library node_modules and only install the example ones.

ajaymarathe9 commented 4 years ago

I believe the issue is because you installed the library dependencies and also the example dependencies. In order to make it work, try to delete library node_modules and only install the example ones.

@jonathanpalma Oh thanks, that's work, :) :+1:

DavidUnzue commented 4 years ago

This error happens to me as well on a fresh project, just trying to install the package through npm as stated in the docs:

npm i react-native-tesseract-ocr --save

Any idea? @jonathanpalma

jonathanpalma commented 4 years ago

@DavidUnzue can you please provide more information about the issues? What is the the react, react-native and react-native-tesseract-ocr you are using in your project?

zeabdelkhalek commented 4 years ago

@jonathanpalma Getting the same error using yarn or npm Annotation 2020-08-09 083550

jonathanpalma commented 4 years ago

In case you have any question related to this issue please feel free to follow up here https://github.com/jonathanpalma/react-native-tesseract-ocr/issues/85