Perh0rd commented on issue #121: Random build failures due to fs-extra defect URL: https://github.com/apache/cordova/issues/121#issuecomment-529594330 I want to add that if problem persist for Windows 10 users, just follow these steps : - Upgrade node.js : https://nodejs.org/en/download/ - Upgrade npm by launching a powershell (as admin) and the following commands : ```Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force``` ```npm install -g npm-windows-upgrade``` ```npm-windows-upgrade```` This worked for me.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
