https://pulumi.com logo
Title
a

agreeable-orange-1262

12/02/2022, 11:05 AM
Hello, when I run 'pulumi about' I get a warning saying: 'Failed to get information about the Pulumi program's dependencies: could not find either rootFolder/src/yarn.lock or rootFolder/src/package-lock.json'. package-lock.json is located under the rootFolder, but pulumi does not find it. In the file Pulumi.yaml I see this property: 'main: src/' but I don't seem to find information on this property anywhere on the internet. Is there a way to tell pulumi where to find the package-lock.json? BTW: everything is working fine. It's just a warning I'd like to get rid of. Thank you very much in advance!! 🙂
e

echoing-dinner-19531

12/02/2022, 11:50 AM
Looks like this is a bug in our GetProgramDependencies method for node. I think it's ok to run with because when actually running we just tell node to run the index.ts and it does the lock file lookup.
a

agreeable-orange-1262

12/02/2022, 12:16 PM
Hey Fraser, thanks a lot for your reply. So there's nothing I can do there 😕 Should I report this as a bug somewhere?
e

echoing-dinner-19531

12/02/2022, 12:44 PM
Ah yeh if you raise it at https://github.com/pulumi/pulumi/issues we can take a look
a

agreeable-orange-1262

12/02/2022, 1:39 PM