'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

posted @ 2022-03-22 09:29  慕然回首已是过眼云烟  阅读(605)  评论(0)    收藏  举报