gruntjs / grunt-legacy-log

The Grunt logger.
MIT License
5 stars 19 forks source link

Install broken in node 0.8 #10

Closed quantizor closed 8 years ago

quantizor commented 8 years ago

The version of NPM that corresponds with 0.8 doesn't support caret semver syntax, so https://github.com/gruntjs/grunt-legacy-log/blob/master/package.json#L28 actually breaks it. Need to go back to tilde or raise the engine compatibility version to one that supports it.

vladikoff commented 8 years ago

@yaycmyk node 0.8 is really dead, you should update. However if this broke some old build we should probably fix this up

quantizor commented 8 years ago

@vladikoff It explicitly says in package json that 0.8 is supported, so I would say incorporate this fix and then bump the supported engine in a second release if you don't want to support it anymore...