I am getting TypeError: Object is not a function when I run my gulp task. gulp.task('lockFile', function () { gulp.src(['./src/bower.json']) .pipe(gulpTfs({ command: 'lock' })) });
I am getting TypeError: Object is not a function when I run my gulp task.
gulp.task('lockFile', function () {
gulp.src(['./src/bower.json'])
.pipe(gulpTfs({ command: 'lock' }))
});