[ERROR] native-run was not found on your PATH. Please install it globally:

I have had no issues. Thank you for telling me, cause I will add that to the video.

1 Like

Hello i have a issue on HTTP service not working in device …
I am facing this issue since a week please help me out.
Some are saying that CORS problem on that but iam not understanding

Hello i have a issue on HTTP service not working in device …
I am facing this issue since a week please help me out.
Some are saying that CORS problem on that but iam not understanding

Thank you bro… it’s working for me

Thanks for the helpful work around, i have native run installed as in your case but unable to run without the work around, i wonder who did solve this issue!!

I fixed the issue using the following command:
sudo npm i -g cordova-res --unsafe-perm

1 Like

Please, people, stop running npm with elevated privileges. There is never any need to use sudo during Ionic development at all, and doing it even once can damage your system severely. Use nvm instead.

1 Like

thanks this work for me too

It is worked for me. Thanks @AhmedNouira

thanks, that’s worked for me ionic cordova run browser --no-native-run

ionic cordova run android --verbose

This will work

Works like a charm… thanks

sudo npm i -g native-run its working

Try to open new command prompt (Admin user), keep the directory path to ‘…/…/system32>’ and run the command ‘npm i -g native run’. It will install the native run and worked for me. I hope it works for you.

same problem , This also solved for me .thank you