Not sure, if this is a component / project specific problem, but since this is my first time with gulp and lint, I simply post it here. You may throw me out for that ;)
I followed the installation steps, installed also polymer-cli, gulp and gulp-cli via npm. After that I ran gulp lint and got an exception.
Machine is Windows 10, via non admin shell.
assert.js:350
throw err;
^
AssertionError [ERR_ASSERTION]: Task function must be specified
at Gulp.set [as _setTask] (C:\Arbeit\workspace\internal\incubator-tooltip\node_modules\undertaker\lib\set-task.js:10:3)
at Gulp.task (C:\Arbeit\workspace\internal\incubator-tooltip\node_modules\undertaker\lib\task.js:13:8)
at Object.<anonymous> (C:\Arbeit\workspace\internal\incubator-tooltip\gulpfile.js:14:6)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
Not sure, if this is a component / project specific problem, but since this is my first time with gulp and lint, I simply post it here. You may throw me out for that ;)
I followed the installation steps, installed also polymer-cli, gulp and gulp-cli via npm. After that I ran
gulp lint
and got an exception.Machine is Windows 10, via non admin shell.