79186437

Date: 2024-11-13 19:53:39
Score: 0.5
Natty:
Report link

Just change this:

const Store = require('electron-store');

to this:

const Store = ( await import('electron-store') ).default;

The error is pretty much self explanatory and provides a the solution.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: KLASANGUI