Closed thomaswinkler closed 1 year ago
Scripts in package.json use $npm_execpath to use the package manager binary in the script that has been used to run the script. Initially the idea was to support npm and yarn.
package.json
$npm_execpath
npm
yarn
$npm_execpath does not work on Windows.
Scripts in
package.json
use$npm_execpath
to use the package manager binary in the script that has been used to run the script. Initially the idea was to supportnpm
andyarn
.$npm_execpath
does not work on Windows.