esbuild-node-tsc icon indicating copy to clipboard operation
esbuild-node-tsc copied to clipboard

'etsc' is not recognized as an internal or external command, operable program or batch file.

Open multipliedtwice opened this issue 3 years ago • 1 comments

Hello, thank you for a nice library, after migration from npm to pnpm I got the following error: 'etsc' is not recognized as an internal or external command, operable program or batch file.

How can I fix it?

multipliedtwice avatar Jan 25 '22 13:01 multipliedtwice

Havent used pnpm but you could maybe try

pnpm exec etsc

or pnpm etsc ?

etsc is just a binary in node_modules/.bin

a7ul avatar Jan 25 '22 14:01 a7ul