We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when using the -S parameter on env shebang line, the generated shim files are completely messed up
#!/usr/bin/env -S node --enable-source-maps console.log('hello world')
System: OS: Windows 11 10.0.22631 CPU: (32) x64 13th Gen Intel(R) Core(TM) i9-13900K Binaries: Node: 22.2.0 - ~\AppData\Local\Temp\xfs-d216ad6d\node.CMD Yarn: 4.1.1 - ~\AppData\Local\Temp\xfs-d216ad6d\yarn.CMD npm: 10.7.0 - C:\Program Files\nodejs\npm.CMD
it is true for both generated shims on windows: shim and shim.cmd
The text was updated successfully, but these errors were encountered:
apparently should have been covered by pnpm/cmd-shim@218d337
Sorry, something went wrong.
No branches or pull requests
Self-service
Describe the bug
when using the -S parameter on env shebang line, the generated shim files are completely messed up
To reproduce
Environment
Additional context
it is true for both generated shims on windows: shim and shim.cmd
The text was updated successfully, but these errors were encountered: