EddyVerbruggen / nativescript-barcodescanner

🔎 NativeScript QR / barcode (bulk)scanner plugin
MIT License
293 stars 73 forks source link

This dependency was not found #233

Closed menthos984 closed 4 years ago

menthos984 commented 4 years ago

I tried installing the package via npm install --save nativescript-barcodescanner but somehow after running the app, it prompts an error that the dependency was not found.

This dependency was not found:

  • nativescript-barcodescanner in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/views/Form.vue?vue&type=script&lang=js&

To install it, you can run: npm install --save nativescript-barcodescanner

EddyVerbruggen commented 4 years ago

Better remove that dependency and use tns plugin add nativescript-barcodescanner instead.