Closed generalov closed 6 years ago
npx -v 10.0.1
I've tried to pass --inspect command line argument to node interpreter:
--inspect
node
npx -n --inspect eslint 'C:\Program' is not recognized as an internal or external command, operable program or batch file.
Long argument version npx --node-arg --inspect eslint leads to the same error. However it runs perfectly without --node-arg: npx eslint.
npx --node-arg --inspect eslint
npx eslint
Submitted #173 to fix this
I've tried to pass
--inspect
command line argument tonode
interpreter:Long argument version
npx --node-arg --inspect eslint
leads to the same error. However it runs perfectly without --node-arg:npx eslint
.