Neto Oliveira

Results 2 issues of Neto Oliveira

When i try install this plugin, this error appear: Failed to restore plugin "com.moust.cordova.videoplayer" from config.xml. You might need to try adding it again. Error: Failed to fetch plugin com.moust.cordova.videoplayer@https://github.com/moust/cordova-plugin-videoplayer...

I added this code in my project: -- var orm = require("orm"); var modts = require('orm-timestamps'); orm.settings.set("instance.returnAllErrors", true); orm.settings.set("connection.reconnect", true); orm.settings.set("connection.pool", true); orm.settings.set("connection.debug", true); orm.connect("mysql://root:@localhost/laser_control", function (err, db) { if...