You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Using node v10.15.0.
Clean installation with npm install.
Running:
node node_modules/gulp/bin/gulp.js
Gives that error:
The text was updated successfully, but these errors were encountered: