-
Notifications
You must be signed in to change notification settings - Fork 273
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
0.13: [Bug]: npm ci missing from garden plugins pulumi preview command #6256
Comments
Could you run the command at the debug log level ( You could also share these via a support email to us in case there's anything sensitive there. In the meantime, I'll be taking a closer look at some of our test projects to see if I can detect any problems with the Pulumi plugin in 0.13. |
Thanks @thsig for response. I sent an email with detail logs for both version. Pl take a look and let me know in case of any more info required. |
Kindly update the progress @thsig |
@ishantagarwal-x213235 I think the PR for this should be good to go now (once the tests are passing in CI). After it's been merged, it will be included in the next release. |
Thanks @thsig |
@ishantagarwal-x213235 we released the fix in 0.13.34. |
garden plugins pulumi preview
command is not installing the npm packages while it was doing it in previous 0.12 garden version.Captured below logs with garden 0.12 version
Captured below logs with garden 0.13 version
npm-ci is completely missing from 0.13 garden version logs.
Expected behaviour
garden plugins pulumi preview command should install the npm packages and then trigger the pulumi preview
Actual behavirour
garden plugins pulumi preview command only trigger the pulumi preview command which got failed because of absence of npm modules.
The text was updated successfully, but these errors were encountered: