convergame / convergame-engine

👾The Convergame engine is a HTML5 game engine combining web concepts with game development.
GNU Lesser General Public License v3.0
5 stars 1 forks source link

Issue with jshint - 'Invalid reporter' #17

Closed DivineOmega closed 9 years ago

DivineOmega commented 9 years ago
jordan@azurite:~/git_repos/convergame-engine$ gulp watch
[13:23:28] Using gulpfile ~/git_repos/convergame-engine/gulpfile.js
[13:23:28] Starting 'watch'...
[13:23:28] Finished 'watch' after 3.79 ms
[13:23:30] Starting 'jshint'...
[13:23:30] 'jshint' errored after 14 ms
[13:23:30] Error in plugin 'gulp-jshint'
Message:
    Invalid reporter

Just noticed this one when doing some work on the engine. It might be an issues my end, but worth investigating.

ojdon commented 9 years ago

npm install --save-dev jshint-stylish should solve that for you.

DivineOmega commented 9 years ago

I'll double check this later.

Update: seems to fix it! :)

ojdon commented 9 years ago

Closing this as that should have resolved your an issue. Feel free to reopen if it still persists. :)