https://pulumi.com logo
Title
b

billowy-laptop-45963

04/18/2021, 6:23 PM
I have a component library. I created a simple example of one of the components and added to my examples_test.go and all was well. I add a more complex example and now pulumi up just hangs without error or any messages. Creating a new example with
pulumi new
and doing
pulumi up
works. The moment I
yarn link @mylib
(without even using it in the code)
pulumi up
hangs. Anyone seen this before?
b

billowy-army-68599

04/18/2021, 6:26 PM
can you share your code?
b

billowy-laptop-45963

04/18/2021, 6:27 PM
not really, it's for my work
I just removed all the node_modules/ in my examples sub directories and now the examples_test.go is actually not hanging
maybe some kind of infinite recursive dependency/link issue...