Tweaked steps to prevent path errors in ionic capacitor + reactJS projects
Follow these: sudo chmod -R 777 . #incase sudo trapped at install time.ionic capacitor copy ioscp -r build/static ios/App/App/public/{custom-context-path-if-any...
Follow these: sudo chmod -R 777 . #incase sudo trapped at install time.ionic capacitor copy ioscp -r build/static ios/App/App/public/{custom-context-path-if-any...
Yes, a component that does the job well. Code below, customise for your use case. Note: It does not use the “cordova-plugin-qrscanner” which is broken at the ti...
Run this command, (assuming the format and mounting was done correctly). sudo resize2fs /dev/{device} Kj Sreekumar KjSreekumar (KJ) has been a hobb...
Here are the steps you can follow to upgrade NodeJS on an Ubuntu system. sudo rm -rf /usr/local/bin/npm /usr/local/share/man/man1/node* ~/.npm sudo rm -rf /usr/...
Install Cordova npm install cordova -g Create a Cordova project cordova create ReactBasedPhoneApp Open package.json of the existing ReactJS App.Copy the section...
Problem: The Cordova App when run on Android give a Connection refused error on https://localhost/* URLs. Fix: Follow these steps: Probable Reason: Lo...
Here are the steps you can follow to upgrade NodeJS on an Ubuntu system. sudo rm -rf /usr/local/bin/npm /usr/local/share/man/man1/node* ~/.npm sudo rm -rf /usr/...
I had recently lost my domain codemarvels.com; the warning emails from my domain provider was reaching a currently unused inbox, and thus had to spawn up the sa...