WFCD / warframe-relic-data

📝 Easy to parse data for Relics in Warframe
MIT License
5 stars 3 forks source link

Postinstall script fails on windows #240

Open Hypersycos opened 3 weeks ago

Hypersycos commented 3 weeks ago

The current postinstall script npx install-peerdeps @wfcd/eslint-config@latest -S in package.json fails on windows with the error err spawn einval

It can be bypassed by installing with scripts disabled and then manually installing the es-lint config. I believe it's something to do with this security patch, but I couldn't figure out how to pass the parameter.

TobiTenno commented 3 weeks ago

yes, it's caused by https://github.com/nathanhleung/install-peerdeps/issues/125

given that our CI is on not-Windows, and this doesn't fail in WSL, i'd recommend using WSL (generally i recommend using it over barebacking windows anyway)