mac os: 14.3.1 (23D60)
node: 16.15.1
electron: 22.3.27
check-disk-space: 3.4.0
import checkDiskSpace from 'check-disk-space'
checkDiskSpace(args).then(diskSpace => {
console.log(diskSpace)
})
Prompt TypeError: checkDiskSpace is not a function. I called it in the main process
mac os: 14.3.1 (23D60)
node: 16.15.1
electron: 22.3.27
check-disk-space: 3.4.0
Prompt TypeError: checkDiskSpace is not a function. I called it in the main process