and then added this to one page:
var utf8 = require('utf8');
but on navigating to that page i got this error:
An uncaught Exception occurred on "main" thread.
com.tns.NativeScriptException: Failed to find module: "utf8", relative to: app/tns_modules/
I had no problem with other plugins, maybe I forget some thing?
Hi I've added the plugin using: npm install utf8
and then added this to one page: var utf8 = require('utf8');
but on navigating to that page i got this error: An uncaught Exception occurred on "main" thread. com.tns.NativeScriptException: Failed to find module: "utf8", relative to: app/tns_modules/
I had no problem with other plugins, maybe I forget some thing?