ath0mas edited a comment on issue #868: URL: https://github.com/apache/cordova-lib/issues/868#issuecomment-890407257
@raphinesse adding the option `save: true` solves the issue !! 🎉 When using npm 6 I don't see any difference between with and without this option (mostly for dependencies fetched and stored), while using npm 7 it seems needed to add it 👍 Indeed this option seems to be set to `true` using cli without options, and mostly none of `--nosave` or `--save` : [cli.js#L447](https://github.com/apache/cordova-cli/blob/master/src/cli.js#L447) -- 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]
