Message saying plugin is not installed

Yea, this is getting kind of annoying, but thanks a lot for your effort. I would throw it all in the bin, if this wasn’t part of a bigger project. So I’ll see if i can find some kind of solution for it.

Thanks for trying! :slight_smile:

This is probably the source of the problem. You’re inheriting a corrupt installation or something like that.

One thing you could do is to install nvm, create a Node partition for a clean Ionic install, then do the install, and once it’s working, only then copypaste in the code from the larger project.

Thanks again. I’ll need to read up on these different subjects, as I basically have no clue when it comes to debugging things that has to with Node. I have little to no knowledge about Node at all. So this will be a reading weekend :slight_smile:

My bad.

I was trying to call the functions “isGpsLocationAvailable()” and “isGpsLocationEnabled()” on my iOS phone. These functions are Android only, i see from the documentation now.
However, i think that the message saying that the plugin is not installed, when trying to run an unsupported function is not the best way of notifying me to say that something is wrong. I’d rather see a message saying “function not supported”, or somethign instead.

9 Likes