sayanjyotidas commented on issue #121: Random build failures due to fs-extra 
defect
URL: https://github.com/apache/cordova/issues/121#issuecomment-521880867
 
 
   I have fixed the problem (for my Cordova build not working) by a much easier 
way guys. Please follow the below steps to update your `cordova-common` library 
without having to re-install Cordova or `cordova-android`:
   
   - Clone the latest (bug-fixed) `cordova-common` repository to your machine 
by runing `git clone https://github.com/apache/cordova-common.git`
   
   - `cd` to the cloned directory and run `npm install` to download the 
required dependencies.
   
   - After you have completely installed the library along with dependencies, 
cut (or copy) the entire `cordova-common-master` folder (the directory which 
you just downloaded) and paste in into `<your cordova project>/node_modules` 
folder, be sure to replace the previous outdated `cordova-common` directory.
   
   - Restart your CLI and the cordova build should work fine :-)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to