retoheusser commented on issue #142: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/142#issuecomment-671382766
Just for the record: I got this error after upgrading the Cordova CLI to version 10 (`npm i -g cordova`) and adding this plugin with Cordova 10 `cordova plugin add cordova-plugin-wkwebview-engine`. Cordova 10 suddenly added this plugin to the `devDependencies` in `package.json` compared to Cordova 9 where it was in `dependencies`. Going back to version 9 (`npm i -g cordova@9`) made the error go away. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
