piotrwitek / ts-mocha

Mocha thin wrapper that allows running TypeScript tests with TypeScript runtime (ts-node) to get rid of compilation complexity
MIT License
190 stars 25 forks source link

[ERROR] Cannot find module 'typescript' #29

Closed splincode closed 6 years ago

splincode commented 6 years ago

image

charlesbodman commented 6 years ago

Latest version is working for me.

Any more info ?

xmakina commented 5 years ago

If you came here from Google, you need to install typescript

npm i -D typescript