CesarBalzer / Cordova-Plugin-BTPrinter

A cordova plugin for bluetooth printer for android platform
Apache License 2.0
81 stars 64 forks source link

How install this plugin in a project ionic 6.12.0 and Capacitor 2.4.6 #42

Closed adilson181 closed 3 years ago

adilson181 commented 3 years ago

Hi, how can I do to install this plugin in my ionic 6.12.0 project with capacitor 2.4.6. I'm trying to run the cordova plugin add https://github.com/CesarBalzer/Cordova-Plugin-BTPrinter.git command, but I'm not successful.

I am still studying the ionic framework and took a project to develop. Awaiting return. Thanks!

adilson181 commented 3 years ago

I managed to solve the problem, I ran the following command: ionic cordova plugin add git+https://github.com/CesarBalzer/Cordova-Plugin-BTPrinter.git, Thanks!