crc-org / tray-electron

Archive of the Desktop/tray application of CRC Runs Containers
https://crc.dev
Apache License 2.0
4 stars 5 forks source link

npm: downgrade got npm module to 11.8.3 #229

Closed anjannath closed 1 year ago

anjannath commented 2 years ago

the latest versions of the module is a native ESM module and doesn't work with electron which is still commonJS

the authors of the module suggest to use v11 of the module if using in a commonJS project

ref: https://github.com/sindresorhus/got/tree/main#install

fixes #228