I want to use ZXing in my NativeScript Angular app. I installed the plugin and I´m able to find it in my node_modules folder. But as I try to import the plugin, it says: "Cannot find module 'nativescript-zxing'
I tried reinstalling it, but the issue came back. I can't seem to find any related posts to that topic, as I´m not sure where the problem can be.
This is my import command:
import { ZXing } from 'nativescript-zxing'
I hope someone can help me out, or push me on the right track.