javascript - Invalid character '\u0187' in ../plugins/cordova-plugin-file/www/FileWriter.js -
i want add cordova-plugin-file
app, after installing cordova-plugin-file
when start application got error message this
!javascript error: syntaxerror: invalid character '\u0187' on line 2 http://localhost:49916/plugins/cordova-plugin-file/www/filewriter.js !javascript error: error: module cordova-plugin-file.filewriter not exist. on line 1371 http://localhost:49916/ripple/cordova/cordova-3.5.0.js
when open filewritter.js
eclipse, can't find character, when open on browser whit link on error message can see wrong character.
this wrong character when open browser
cordova.define("cordova-plugin-file.filewriter", function(require, exports, module) { /* //that wrong character *
i've ready try delete still not work.
what should remove or solve problem.
thank you, regard,
Comments
Post a Comment