You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/16 04:36:41 UTC

[GitHub] [cordova] sayanjyotidas commented on issue #121: Random build failures due to fs-extra defect

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:
users@infra.apache.org


With regards,
Apache Git Services

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