gruntjs / grunt-cli

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

bad option: --force on Node 10 #125

Closed Uko closed 5 years ago

Uko commented 5 years ago

When I'm using grunt-cli (v1.3.1) with node 10 (doesn't happen on node 8 or node 9) like:

grunt taskname --verbose --force

I get an error stating:

node: bad option: --force

For some reason --force is not treated like a grunt command and it is propagated to node

Arkni commented 5 years ago

This was fixed by #123.

@shama & @vladikoff could any of you, please, tag the current master and publish it to npm? (I can tag the release myself but I don't have npm permissions to publish)

Thanks :)

vladikoff commented 5 years ago

@Arkni done 👍

Uko commented 5 years ago

Thanks all!