worried-queen-62794
06/21/2023, 7:17 PMDetected multiple versions of ‘@pulumi/pulumi’ in use in an inline automation api program.I think it might be because I am using npm link with a pulumi library that I am developing. Is there a way to get this to work?
billowy-army-68599
node_modules
you likely have a nested version in there because of the npm linklworried-queen-62794
06/21/2023, 9:24 PMpeerDependency
but that unfortunately doesn’t solve the problem when it is linked. Even when using workspaces and my linked package doesn’t even have a node_modules
directory within it (it is in the root). I’m guessing the resolution is walking up from the linked location and still finding it.