WebStorm 2016.1 TypeScript "Cannot start compilation process"

I just installed JetBrains WebStorm 2016.1.1 Build # WS-145.597 to evaluate the latest version of OS X.

I want to use TypeScript, but there is an immediate problem: I turned on the TypeScript compiler in the settings, but in the TypeScript window the compiler tool complains that it "cannot start the compilation process."

I noticed that the build date in the WebStorm About block was yesterday (March 30, 2016), so this could be a recently introduced problem.

Does anyone else have this problem? Has anyone understood how to sort it?

+4
source share
2 answers

, node typescript:

enter image description here

+4

TypeScript IntelliJ IDEA 2016.2.1 Linux. , , .

TypeScript . TypeScript Compiler Options

.idea . .idea, typescript -compiler.xml, . Direct edit

xml "useConfig" :

<option name="nodeInterpreterTextField" value="$PROJECT_DIR$/../../node/bin/node" />

node.
Fixed

, , . IDEA .

+5

All Articles