ts-node报错: Cannot find module 'typescript'

https://github.com/TypeStrong/ts-node/issues/707

I tried to reinstall the typescript globally, and it works!
Try:

yarn global add typescript

or

npm i -g typescript

Try one way, and if it still don't work, then try the other way.

你可能感兴趣的:(ts-node报错: Cannot find module 'typescript')