nolanlawson / cordova-plugin-sqlite-2

Native SQLite database API for Cordova/PhoneGap/Ionic, modeled after WebSQL (UNMAINTAINED)
https://nolanlawson.com/2016/04/10/introducing-the-cordova-sqlite-plugin-2/
Apache License 2.0
168 stars 28 forks source link

Intel XDK: No such file or directory dist\sqlite-plugin.js #42

Closed LuigiCama closed 7 years ago

LuigiCama commented 8 years ago

HI ! Using Intel XDK . I tried to install your plugin it gives me this error :

Uh oh! ENOENT, no such file or directory '..\plugins\cordova-plugin-sqlite-2\dist\sqlite-plugin.js'

How can I fix ? Thank you. Bye.

nolanlawson commented 8 years ago

I didn't even know this plugin could support Intel XDK. Sorry I can't really help you. :(

sashagrunge commented 8 years ago

Hi,

Got the same problem on Mac

nolanlawson commented 8 years ago

Can you provide a test case to reproduce? Steps to install, etc.? I don't even know the first thing about Intel XDK.

Heckscheibe commented 7 years ago

Hi, I came across this issue as well, but I resolved it by removing the plugin and adding it again to the project. Cheers

sashagrunge commented 7 years ago

I tried to remove everything and reinstall and it works too, thanks!