Skip to content

Common Errors

Jonathan Turner edited this page Jun 27, 2014 · 5 revisions

Introduction

The list below captures some of the commonly confusing error messages that you may encounter when using the TypeScript language and Compiler

Commonly Confusing Errors

"tsc.exe" exited with error code 1.

Fixes:

  • check file-encoding is UTF-8 - [url:https://typescript.codeplex.com/workitem/1587]

external module XYZ cannot be resolved

Fixes:

  • check if module path is case-sensitive - [url:https://typescript.codeplex.com/workitem/2134]
Clone this wiki locally