gruntjs / grunt-cli

Grunt's command line interface.
http://gruntjs.com/
MIT License
706 stars 248 forks source link

Update `v8flags` to support Node 10 #123

Closed JulianKniephoff closed 5 years ago

JulianKniephoff commented 5 years ago

With Node 10 (v10.11.0 to be precise) I get the following error when running---among other commands---grunt --force:

/usr/bin/node: bad option: --force

This seems to be the fault of v8flags, somehow. This update fixes that.

jsf-clabot commented 5 years ago

CLA assistant check
All committers have signed the CLA.

Arkni commented 5 years ago

@JulianKniephoff

FYI, this change was published to npm as v1.3.2

JulianKniephoff commented 5 years ago

Thanks! :smile: