txtjs icon indicating copy to clipboard operation
txtjs copied to clipboard

gulp compilation error

Open derMart opened this issue 6 years ago • 0 comments

Using node v10.15.0. Clean installation with npm install. Running:

node node_modules/gulp/bin/gulp.js

Gives that error:

[13:59:45] Starting 'compile'... [13:59:45] Compiling TypeScript files using tsc version 1.8.10 [13:59:45] [tsc] > error TS6082: Only 'amd' and 'system' modules are supported alongside --out. [13:59:46] Failed to compile TypeScript: Error: tsc command has exited with code:2

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

derMart avatar Feb 01 '19 13:02 derMart