'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
Cannot find module ‘axios‘
npm install --save axios
In order to fix this issue, you could install ts-node globally :
npm install -g ts-node
npm install --save axios