Issue
I am using this printer package with capacitor and I have installed it in my project. But when i try serve my ionic project its throwing an error of module not found
https://ionicframework.com/docs/native/printer
ERROR in /.../node_modules/@awesome-cordova-plugins/printer/ngx/index.js
Module not found: Error: Can't resolve '@awesome-cordova-plugins/core' in '/.../node_modules/@awesome-cordova-plugins/printer/ngx'
Solution
Make sure to install the core plugin before utilising,
npm install @awesome-cordova-plugins/core --save
Answered By - Sa E Chowdary
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.