microsoft / vso-agent

Visual Studio Team Services and TFS agent for Mac OSX and Linux
MIT License
132 stars 57 forks source link

failed to compile TypeScript TS1144 #250

Closed jsnmc closed 8 years ago

jsnmc commented 8 years ago

E:\Code\Scratch\Repos\vso-agent-tasks [18:15:46] Compiling TypeScript files using tsc version 1.8.7 [18:15:47] [tsc] > definitions/shelljs.d.ts(473,88): t '{' or ';' ex pected. [18:15:49] Failed to compile TypeScript: Error: tsc command has exited with code :2

Line 473 :export function exec(command: string, options: ExecOptions): ExecOutputReturnValue | child.ChildProcess;

events.js:141 throw er; // Unhandled 'error' event ^ Error: Failed to compile: tsc command has exited with code:2

ankitgo commented 8 years ago

Duplicate of 236. https://github.com/Microsoft/vso-agent/issues/236

bryanmacfarlane commented 8 years ago

The output above shows you building the tasks repo, not this one. This is external. but, I did recently take some commits to get this repo to build with 1.8.7