Genral Problems when you start React Native
Starting withr react can be that steep curve, I will do this , I want to do this, Its quite interesting, Also sometimes speed does not make any sense if you want to grow, If I can do what I am doing on this date with ANdroid it would beneficial for my children to say their father is superhero. I am not less than that by the way. Maa ki choo, lets fuck it.
1. Install kaise kre bc
npm krke diya hua tha, seedha copy paste from developer guide and start fuck it, watch man b ni choda optional tha
Command
npm install -g react-native-cli
Problem Faced
https://stackoverflow.com/questions/26612649/please-try-running-this-command-again-as-root-administrator-error-when-trying
Solution:
1. Install kaise kre bc
npm krke diya hua tha, seedha copy paste from developer guide and start fuck it, watch man b ni choda optional tha
Command
npm install -g react-native-cli
Problem Faced
https://stackoverflow.com/questions/26612649/please-try-running-this-command-again-as-root-administrator-error-when-trying
Solution:
"Change the owner of the files in your /usr/local folder to the current user:"
sudo chown -R $USER /usr/local
Then run the install
node install -g less
Errror:
Cannot run program "/home/techbird/Android/Sdk/build-tools/23.0.1/aapt": error=2,
Solution:
$sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
check logs adb logcat *:S ReactNative:V ReactNativeJS:V
Error:Could not create an instance of type com.sun.tools.javac.api.JavacTool.
Solution: distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
Comments
Post a Comment