You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.
When trying to run an executable of a package that is not currently installed, npx fails to run underlying npm commands.
♥ npx ncp --help
Command failed: C:\Program Files\nodejs\npm.CMD config get cache
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Any package that is currently not installed globally or in local scope ends with the same error.
node -v: v6.9.4
npm -v: 5.0.1
npx -v: 2.1.0
The text was updated successfully, but these errors were encountered:
When trying to run an executable of a package that is not currently installed,
npx
fails to run underlyingnpm
commands.Any package that is currently not installed globally or in local scope ends with the same error.
node -v
: v6.9.4npm -v
: 5.0.1npx -v
: 2.1.0The text was updated successfully, but these errors were encountered: