We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
/usr/local/Cellar/node/11.1.0/bin/node: bad option: --force=false
The text was updated successfully, but these errors were encountered:
fix issue maxov#33
5d58bbb
My pull request with fix: #34
Sorry, something went wrong.
No branches or pull requests
I have some issues after installing macOS Mojave.
Can't use gulp-grunt with node 11.1.0:
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
The text was updated successfully, but these errors were encountered: