1.0.6 • Published 1 year ago

npm-run-shim v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

npm-run-shim

I use corepack to manage all my node package managers, including NPM. This causes some issues when tools are hardcoded to run scripts with NPM, because I get a UsageError: This project is configured to use <packageManager> because /path/to/package.json has a "packageManager" field error. Installing this package fixes the problem¹, without allowing NPM to do non-script-running things. You can also change what script runner is used by setting $NPM_RUN_SHIM_RUNNER in your environment.

¹ as long as your package manager's global bin folder is in $PATH before the corepack bin folder

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago