We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
script-shell
package.json
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's a common practice on projects to use shell syntax in package.json scripts and developers on Windows use script-shell config in .npmrc:
.npmrc
script-shell=C:\Program Files\git\bin\bash.exe
or case-insensitive env:
npm_config_script_shell=C:\Program Files\git\bin\bash.exe
Without that dum on Windows fails to run many scripts on our projects.
dum
Willing to learn Rust and make a PR if you like :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's a common practice on projects to use shell syntax in
package.json
scripts and developers on Windows usescript-shell
config in.npmrc
:or case-insensitive env:
Without that
dum
on Windows fails to run many scripts on our projects.Willing to learn Rust and make a PR if you like :)
The text was updated successfully, but these errors were encountered: