Important things before using ionic to create an app for android.
Lets make an app for Android it is a good idea, but now you have many question if you are not fluent in Java (Programming Language).
IONIC is your solution, If you have little knowledge about HTML, CSS & JavaScript you can create an app for android.
But most important part is what you have to install in your machine before working on your app.
I will tell you.
Step 1) Install Python 2.7.
Step 2) Node js v8.9.1 LTS.
& thats it, if you successfully install this both software or we can say "tools" you are ready to rock.
Errors you can face :
The common error what you can get in starting
Question : [ERROR] An error occurred while running npm i (exit code 1): ?
Answer :
Some developers solve this problem by, downgraded node from v8 to v7.6.
But i can give you another solution.
Open your terminal OR console OR command prompt OR Power Shell as an Administrator & run this 2 commands :
$ npm install --global --production windows-build-tools
then
$ npm install --global node-gyp
Question : npm exit code 128 ?
Answer :
Before the answer i can give you small description about this error, this error come if your npm is not installed globally.
run this command in your terminal :
$ npm install -g npm
In future if got some another great & good info about ionic i will surely share with you if you have some idea about this post please comment in below comment box,
Comments
Post a Comment