You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: