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

Can't create lightning component bundle if there is already an aura definition bundle with the same name and namespace.
Cannot find Lightning Component Bundle paginator.
force-app\main\default\flexipages\Order_Record_Page.flexipage-meta.xml We couldn't retrieve the design time component information for component c:productTileList. No MODULE named markup://c:paginator found : [markup://c:productTileList]

Best Answer

You have a Lightning Aura Component with the name paginator, probably from another Trailhead module. Delete that component first before attempting to deploy a Lightning Web Component with the same name.