DavidStrausz / cordova-plugin-live-ocr

A cordova plugin which provides live ocr scanning capabilities for Android and iOS using Tesseract
19 stars 8 forks source link

Issue while adding plugin #4

Open demonVibe opened 6 years ago

demonVibe commented 6 years ago

Following the installation instruction for ionic project, I'm getting this error Command Run> cordova plugin add cordova-plugin-live-ocr --save Response: (node:6255) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): CordovaError: Invalid Plugin! cordova-plugin-live-ocr needs a valid package.json (node:6255) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Command run: cordova plugin add https://github.com/DavidStrausz/cordova-plugin-live-ocr.git --save Response: Check your connection and plugin name/version/URL. Error: npm: Command failed with exit code 1 Error output: npm ERR! code ENOPACKAGEJSON npm ERR! package.json Non-registry package missing package.json: git+https://github.com/DavidStrausz/cordova-plugin-live-ocr.git. npm ERR! package.json npm can't find a package.json file in your current directory.

npm ERR! A complete log of this run can be found in: npm ERR! /Users/shubhamjaiswal/.npm/_logs/2018-01-12T04_26_11_460Z-debug.log (node:6197) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

rg777 commented 6 years ago

This package seems to be missing package.json. Cordova 8.0.0+ requires package.json for installation. @DavidStrausz is it possible for you to update this repo soon? Thanks!!