Alex Nordlund
Alex Nordlund
#315 is a good issue to read, but you can do this in the fork with `execOverrides`
Hey @trungz-atlassian you should probably see https://github.com/srs/gradle-node-plugin/issues/315 for the background, but the short of it is that this plugin is no longer maintained, there's however a fork available at https://github.com/node-gradle/gradle-node-plugin...
If anyone is interested in creating a solution to this there's further context in https://github.com/node-gradle/gradle-node-plugin/issues/65#issuecomment-581840403 But this is something that should be fixed in Gradle and with Java 9+ it's...
Not sure if this is exactly the same issue, but if I do two comments at the same time with `atlantis plan -d aws/thing` and `atlantis plan -d aws/other` the...
parallel_plan is off (or at least not set) and it's happening on `v0.22.2`
yes, before upgrading we saw it happen on `v0.21.0` as well
Isn't this a pure node/npm issue? Does `npm install` on this project normally work?
You don't even need to write tasks for this the gradle rule exists for these specific cases see the documentation: [especially the underscore part](https://github.com/node-gradle/gradle-node-plugin/blob/master/docs/node.md#executing-npm-tasks) You just need to do `.\gradlew...

Absolutely, same here :-) I'm currently running this setup live in AWS and while both the reports in the UI/API and the metrics are working fine and showing correctly results,...