1
誰かに教えてください、何がGulpに間違っていますか?ゴクゴク時計を実行している場合Gulpの何が問題になっていますか?
gulp.task('watch', function() {
gulp.watch('./scss/**/*', ['scss']);
gulp.src('/')
.pipe(webserver({
fallback: 'index.html',
livereload: true,
directoryListing: {
enable: true,
path: '/'
},
open: false,
}));
});
、間違って何
Error: EACCES: permission denied, scandir '/tmp/KSOutOfProcessFetcher.0.ppfIhqX0vjaTSb8AJYobDV7Cu68='
at Error (native)
を取得しますか?ありがとう。