breautek commented on issue #585:
URL: https://github.com/apache/cordova-cli/issues/585#issuecomment-1317194619

   Had a quick glance at this and this will require some work.
   
   Our direct dependency that `got` comes from is `update-notifier` and we need 
to update to `6.0.2` which is a [breaking 
change](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
   
   Version 6 is pure esm, which means you cannot directly require it via NodeJS 
`require`. It requires the use of ESM modules via `import` syntax.
   
   This means to continue using `update-notifer` we need to convert Cordova to 
be ESM.


-- 
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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to