You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to import it to my Vue js application I get this error. Is there an extra step that I am missing?
I am importing it like this import { ThermalPrinterPlugin } from 'thermal-printer-cordova-plugin/src';
The error I get
`This dependency was not found:
thermal-printer-cordova-plugin/src in ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader-v16/dist??ref--1-1!./src/views/Dashboard.vue?vue&type=script&lang=js
To install it, you can run: npm install --save thermal-printer-cordova-plugin/src`
The text was updated successfully, but these errors were encountered:
When I try to import it to my Vue js application I get this error. Is there an extra step that I am missing?
I am importing it like this
import { ThermalPrinterPlugin } from 'thermal-printer-cordova-plugin/src';
The error I get
`This dependency was not found:
To install it, you can run: npm install --save thermal-printer-cordova-plugin/src`
The text was updated successfully, but these errors were encountered: