Answers for "ts-node : The term 'ts-node' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."

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

Code answers related to "ts-node : The term 'ts-node' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."

Browse Popular Code Answers by Language