-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I have some issues after installing macOS Mojave.
Can't use gulp-grunt with node 11.1.0:
/usr/local/Cellar/node/11.1.0/bin/node: bad option: --force
/usr/local/Cellar/node/11.1.0/bin/node: bad option: --force=true
Even grunt-cli installing doesn't help ( https://stackoverflow.com/questions/52150323/grunt-force-fails-with-node-bad-option?rq=1 )
When I pass param:
require('gulp-grunt')(gulp, {
force: false
});
I still get:
/usr/local/Cellar/node/11.1.0/bin/node: bad option: --force=false
Metadata
Metadata
Assignees
Labels
No labels