Apache Cordova Device is Ready
Today's my work became special for me, Before today It had Long time gone to install the cordova on my computer But Today Successfully installed on my machine. My computer refuse to install the cordova I had no idea What are the problem and How to solve it but today i finally got it. I Studied about the cordova documentation and make the environmental Variable set up Which are required to cordova for my machine and finally Cordova installed. After installing the cordova There was another problem The Problem When i run the following command>> cordova create MyApp com.myapp myapp
Then the Following error Message append on the command Prompt .
>> Creating a new cordova project.
>> Could not find directory : C:\Program Files\nodejs\node_modules\cordova\node_modules\cordova-lib\node_modules\cordova-app-hello-world
Then I search this problem on google And Finally I got the solution of this problem Here. I just simply cd into the cordova-lib folder and run this command
>> npm install
After then It Worked ! Cheers
0 comments: