Posts

Showing posts from November, 2017

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 : ...