Answers for "'ts-node' is not recognized as an internal or external command"

2

'ts-node' is not recognized as an internal or external command, operable program or batch file

you need to install ts-node globally

npm uninstall -g ts-node
npm install -g ts-node

This works!
Posted by: Guest on September-04-2021
1

ts-node command not found

npm install -g ts-node
Posted by: Guest on November-04-2020

Code answers related to "'ts-node' is not recognized as an internal or external command"

Code answers related to "Javascript"

Browse Popular Code Answers by Language