editorconfig-checker / editorconfig-checker.javascript

A tool to verify that your files are in harmony with your .editorconfig
https://editorconfig-checker.github.io/
MIT License
70 stars 10 forks source link

Downloading bin file could be fail, should try again in next time #396

Open KJlmfe opened 1 year ago

KJlmfe commented 1 year ago

Sometimes, due to network, downloading editorconfig-checker bin file count be fail. It should try download again in next execute time;

[Error: ENOENT: no such file or directory, scandir '/Users/xxx/temp/node_modules/.pnpm/editorconfig-checker@5.0.1/node_modules/editorconfig-checker/bin/latest/bin'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '/Users/xxx/.pnpm/editorconfig-checker@5.0.1/node_modules/editorconfig-checker/bin/latest/bin'
}