Open jhfoo opened 6 years ago
I have the same problem, is there a solution?
The -D flag is not correct. tns instead of npm. tns plugin add nativescript-webview-interface
tns instead of npm. tns plugin add nativescript-webview-interface
tns plugin add
is not compatible with Nativescript-Vue.
I just had this issue, to get it to work, I ran
npm install nativescript-webview-interface
, then
npm run clean
, and then it built without error.
Hi, do you have a sample showing how to add this to a vue.js project?
Hi, do you have a sample showing how to add this to a vue.js project?
Hi! Is there any solution for nativescript-vue?
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?