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
Expected behavior:
when using the latest version of gulp 4.0.0 alpha 3 typescript compilation should work.
Actual behavior:
In it's latest alpha gulp have upgraded the usage of vinyl to 2.0 or 2.1 (or in your case it seems that upgrading to vinyl-fs to ^3.0.0), somehow (I don't know why) this breaks building typescripts with gulp-typescript. See gulpjs/gulp#2065 for more information.
Your gulpfile:
Include your gulpfile, or only the related task (with ts.createProject).
Expected behavior:
when using the latest version of gulp 4.0.0 alpha 3 typescript compilation should work.
Actual behavior:
In it's latest alpha gulp have upgraded the usage of vinyl to 2.0 or 2.1 (or in your case it seems that upgrading to vinyl-fs to ^3.0.0), somehow (I don't know why) this breaks building typescripts with gulp-typescript. See gulpjs/gulp#2065 for more information.
Your gulpfile:
Include your gulpfile, or only the related task (with
ts.createProject
).The text was updated successfully, but these errors were encountered: