ts-loader v.5.2.1
typescript 3.2.1
it works well in previous environment.
I just commit all of my project files into my repository.
and I formatted my laptop and reinstall everything with my repo.
then, this behaviors happened.
Of course, I installed typescript both local and global.
'tsc' command works in terminal, too. what's the problem?
works well with current typescript
Error: Module build failed (from ./node_modules/ts-loader/index.js):
Error: Cannot find module 'typescript'
I found a solution. since I linked with 'npm link typescript' it works with some compile time. thanks.
Most helpful comment
I found a solution. since I linked with 'npm link typescript' it works with some compile time. thanks.