Problems installing Cordova

I’m having trouble installing Cordova. I’ve attached the results i’m getting from the terminal.
Please advise.

Thanks in advance

Have you tried running the commands suggested in your terminal?

npm audit fix

Or if necessary:

npm audit fix --force

Maybe this guide will help?

I’m not a Mac user, @brad can you help out a fellow Mac user? :slight_smile:

Yeah I tried those Dave… Frustrating!!

I feel your pain Steve. Spent the last couple of days getting Ubuntu to play nicely with Mobile and almost lost the plot. Hopefully one of the team or another Mac user can shine some light on the issue for you. Sorry I couldn’t help. I’ve not used a Mac since about 1990 so am kind of redundant with regards to offering further advice, apologies.

1 Like

Unfortunately it has been so long since I set up Wappler for mobile I don’t remember the exact hurdles I faced. I know I did face some and they all (if my memory serves me right) were to make sure xCode was up to date.

Other than that, I am afraid I am not much help. :frowning:

Thank you for responding @brad, was worth a shot mate.

:wink:

1 Like

Are you sure it didn’t install properly? The output of your install cordova command looks fine to me.

Things to try:

cordova --v

Does this return anything?

Run the system check within Wappler…what happens?

tried that @mebeingken, definitely hasn’t installed. Wappler system check runs with no errors. Homebrew installed… nodeJS installed.

You are missing the -g flag in the Cordova install command, to install it globally

Thanks @George. Cordova now installed. Are deprecated notifications a concern?