[SalesForce] Trailhead : Lightning Web Components basic error when deploying to devhub

Hello I have the following errors when trying to deploy ebikes to devhub :

=== Deploy Errors
PROJECT PATH  ERROR
────────────  ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
N/A           Can't create lightning component bundle if there is already an aura definition bundle with the same name and namespace.
N/A           The c:accountMap component isn't allowed in the sidebar region. The component doesn't implement any of the region's allowed interfaces.
N/A           Cannot find Lightning Component Bundle accountMap.
N/A           Cannot find Lightning Component Bundle accountMap.

I can see there is a bikeCard lwc in the org but created just seconds before the deployment. (that's the only lwc in the org along with a helloWorld test)
An ideas ?
Thanks a lot

Best Answer

The answer was given in comment but not posted as an answer.

So, the error suggests that there is already a lightning aura component named accountMap. To resolve this issue, either delete accountMap aura component or create a fresh new trailhead organization.

Related Topic