Updated Common Errors (markdown)

This commit is contained in:
Jonathan Turner 2014-07-13 07:45:12 -07:00
Родитель 13c59c5ac8
Коммит f237b4baab
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -6,9 +6,9 @@ The list below captures some of the commonly confusing error messages that you m
## "tsc.exe" exited with error code 1.
*Fixes:*
* check file-encoding is UTF-8 - [https://typescript.codeplex.com/workitem/1587]
* check file-encoding is UTF-8 - https://typescript.codeplex.com/workitem/1587
## external module XYZ cannot be resolved
*Fixes:*
* check if module path is case-sensitive - [https://typescript.codeplex.com/workitem/2134]
* check if module path is case-sensitive - https://typescript.codeplex.com/workitem/2134