'ts-node' is not recognized as an internal or external command
In order to fix this issue, you could install ts-node globally :
npm install -g ts-node
https://stackoverflow.com/questions/44764004/ts-node-is-not-recognized-as-an-internal-or-external-command-operable-program
Cannot find module ‘axios‘
npm install --save axios