Open Grovespaz opened 9 years ago
I have the same problem. I created a typescript scaffold. I haven't changed anything. When running gulp
, it seems to grab .ts files from the node_modules folder and fails to finish the compilation.
To fix this, edit the src pattern of the ts
task.
gulp.task('ts', function() { return gulp.src(['**/*.ts', '!node_modules/**'])
I created a pull request to fix this.
On Windows I get this on a clean install (on Linux it works):