This message was deleted.
# general
s
This message was deleted.
w
This is a bug - if you could open an issue to track, that would be great. I believe it will only happen if you have two different versions of
@pulumi/Pulumi
in your program, and the parent resource was using the older version while the child was using the newer. If you can update your versions to be consistent, I believe that would allow you to workaround this in the meantime.
r
Hey @white-balloon-205, that's a great tip. I will try to see if any versions differ (though that was my first idea and I thought I did harmonize the version 😉 ). Should I still open a GitHub issue even if the cause is just version inconsistencies?
w
Yes - an issue would still be useful so we can prevent this from being a problem even when there are mismatched versions.
r
Alright, will create one then once I narrowed this down 👍
Hmm I somehow fixed it by deleting all
node_modules
-directories and running
yarn
again. Fixing the version inconsistencies in the
package.json
files and running
yarn
alone did not help 🤷
Here's the issue I created on that topic: https://github.com/pulumi/pulumi/issues/2938
w
Thanks. This is fixed now with https://github.com/pulumi/pulumi/pull/2942.
r
Wow, that was fast 🙂