esbuild-node-tsc
esbuild-node-tsc copied to clipboard
'etsc' is not recognized as an internal or external command, operable program or batch file.
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?
Havent used pnpm but you could maybe try
pnpm exec etsc
or pnpm etsc ?
etsc is just a binary in node_modules/.bin