Skip to content
New issue

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

Support grunt 1.6 #64

Open
bbaker2 opened this issue Jul 22, 2024 · 0 comments
Open

Support grunt 1.6 #64

bbaker2 opened this issue Jul 22, 2024 · 0 comments

Comments

@bbaker2
Copy link
Contributor

bbaker2 commented Jul 22, 2024

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.

I did a little testing and was able to git it working by adding

opts : {
    shell: true
}

to ant_sfdc.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant