cspotcode / npm-pwsh

Install PowerShell via npm for use in npm scripts or elsewhere.
12 stars 5 forks source link

spawnSync npm fails on Windows because it's `npm.cmd` #6

Closed cspotcode closed 6 years ago

cspotcode commented 6 years ago

Gotta use cross-spawn.

cspotcode commented 6 years ago

Fixed.