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
Trying to incorporate this awesome module into my Vue-NativeScript test project. Installed via npm (tns doesn't seem to work somehow)
npm install -D nativescript-webview-interface
This line of code threw the above exception:
const WebviewModule = require('nativescript-webview-interface');
What may be missing?
The text was updated successfully, but these errors were encountered:
Trying to incorporate this awesome module into my Vue-NativeScript test project. Installed via npm (tns doesn't seem to work somehow)
npm install -D nativescript-webview-interface
This line of code threw the above exception:
const WebviewModule = require('nativescript-webview-interface');
What may be missing?
The text was updated successfully, but these errors were encountered: