Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install react native document scanner using npm #94

Open
emanu7478 opened this issue Sep 17, 2021 · 1 comment
Open

Can't install react native document scanner using npm #94

emanu7478 opened this issue Sep 17, 2021 · 1 comment

Comments

@emanu7478
Copy link

When I try to install this package using npm it's not working. I have attached my screenshot below
Screenshot 2021-09-17 at 9 08 15 PM
Can anyone help me to solve this issue ?

@jeremiehelme
Copy link

@emanu7478 you can try adding it directly to your package.json like so :

"dependencies": {
...
    "react-native-document-scanner": "https://github.com/Michaelvilleneuve/react-native-document-scanner",
   ...
  },

and then run
npm install

hope it helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants