motleyagency / eslint-config-motley

Motley (https://motley.fi) JavaScript/Typescript guidelines as ESLint rules with Prettier autoformatting
https://motley.fi
MIT License
6 stars 0 forks source link

Windows: 'lib' is not recognized as an internal or external command, operable program or batch file. #74

Closed petetnt closed 3 years ago

petetnt commented 3 years ago

Installing on Windows fails with 'lib' is not recognized as an internal or external command, operable program or batch file.

This is due to postinstall being called with lib/postinstall.js. We would need to make the path crossplatform I guess?