breautek commented on issue #1337: URL: https://github.com/apache/cordova-android/issues/1337#issuecomment-912991076
> Source and destination must not be the same This was a bug inside the fs-extra package if I recall correctly. If you had cordova / cordova-android installed before, it was possible it was installed at the time where the bugged version was the latest version. When recreating/reinstalling the project (presumeably wiping package-lock and node_modules), when reinstalling NPM will fetch the latest patch which contains the fix. Deleting node_modules & package-lock.json and then running `npm install` should yield the same results as well. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
