During the completion (as if writing I’m on step 8) of the new Lightning Web Components Specialist Trailhead superbadge I had some troubles with step 6 as I couldn’t get access to the source of the boatMap component.
It’s installed from an unlocked package, and being a LWC it’s not viewable in the Salesforce developer console. I was also unable to see it in the Org Browser VS Code plugin… but then I went back to my old friend the CLI.
Using this command I was able to bring the source down into my repo.
sfdx force:source:retrieve -m LightningComponentBundle:boatMap
I hope this saves folk some time as they work through this badge.