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
grunt-ant-sfdc does not work with the current version of nodejs/grunt
If you upgrade these libraries, you will get
Warning: spawn EINVAL Use --force to continue.
A change in Node.JS prevents grunt.util.spawn from calling ant directly.
grunt.util.spawn
I did a little testing and was able to git it working by adding
opts : { shell: true }
to ant_sfdc.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
grunt-ant-sfdc does not work with the current version of nodejs/grunt
If you upgrade these libraries, you will get
A change in Node.JS prevents
grunt.util.spawn
from calling ant directly.I did a little testing and was able to git it working by adding
to ant_sfdc.js
The text was updated successfully, but these errors were encountered: