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!! 🙂