Vadim Stepanyuk
Results
2
comments of
Vadim Stepanyuk
Same error in win10 with install from cargo upd: The discussion from here helped me: https://github.com/Rigellute/spotify-tui/issues/310
This is because CommonJS modules are being created, instead of ESM. Change in your `rollup.config.js` format from `cjs `to `esm`, then execute `npm run build`