Small enhancements
Pre-release
Pre-release
- Add possibility to enable debug logging by setting the
NODE_SHIM_DEBUG
environment variable to true - Don't require all programs to have an version in the
engines
field- Fallback to global program if no version set in
package.json
- Fallback to global program if no version set in
- Replace node-shim with shimmed executable using
execv
instead of leaving it open after starting the shimmed program