1
könnte bitte jemand mir sagen, was ist los mit Gulp?Was ist los mit Gulp?
gulp.task('watch', function() {
gulp.watch('./scss/**/*', ['scss']);
gulp.src('/')
.pipe(webserver({
fallback: 'index.html',
livereload: true,
directoryListing: {
enable: true,
path: '/'
},
open: false,
}));
});
Wenn schluck Uhr läuft, bekommen
Error: EACCES: permission denied, scandir '/tmp/KSOutOfProcessFetcher.0.ppfIhqX0vjaTSb8AJYobDV7Cu68='
at Error (native)
Was ist los? Vielen Dank.