microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 235 forks source link

[OS X/ST 3126] Builds are failing with The specified path does not exist: '/dev/null' #557

Open kyledhebert opened 7 years ago

kyledhebert commented 7 years ago

I'm using OS X 10.10.5 and ST 3126, with Typescript package version 2.0.1 and builds are failing with this error error TS5058: The specified path does not exist: #'/dev/null'.

Compiling from the command line using tsc works fine.

I saw that a fix for this bug was merged yesterday, but the issue still persists.