[Bug] NPM prepare script fails on windows #611
Labels
help wanted
Extra attention is needed
Scope: Out of Scope
Not provided by DE's API
Severity4: Inconvenient
The defect does not affect functionality or critical data. It is merely an inconvenience.
Type: Bug
Describe the bug
NPM prepare script fails on windows
NodeJS Version
20.12.2
npm Version
10.5.0
warframe-items Version
1.1262.114
Access Method
npm Package (Default)
What happened?
The current prepare 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.
This issue is shared with warframe-relic-data, and likely all other projects using the eslint-config, though I haven't checked.
The text was updated successfully, but these errors were encountered: