function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pablo Ledesma 8Pablo Ledesma 8 

Push and Deploy Lightning Web Component Files

I have an issue in the module Lightning web component basics > Push and Deploy Lightning Web Component Files.

After clone the repo, execute this command...

sfdx force:source:deploy -p force-app -u myhuborg
 
sfdx force:source:deploy -p force-app -u myhuborg
PROJECT PATH                                                                                       ERROR
─────────────────────────────────────────────────────────────────────────────────────────────────  ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
force-app\main\default\objects\Case\fields\Product__c.field-meta.xml                               Cannot update a field to a Lookup, MasterDetail, or Hierarchy from something else (44:13)
force-app\main\default\objects\Product_Family__c\listViews\All_Product_Families.listView-meta.xml  SharedTo not allowed:roleAndSubordinatesInternal - CEO (106:19)
force-app\main\default\objects\Account\listViews\All_Acounts.listView-meta.xml                     SharedTo not allowed:roleAndSubordinatesInternal - CEO (103:19)
force-app\main\default\sites\E_Bikes.site-meta.xml                                                 Communities must be enabled before deploying a Chatter Network Site
force-app\main\default\siteDotComSites\E_Bikes_C.site                                              You don't have the correct site publisher privileges for this operation Site : E-Bikes, type: Site.com Community(db=C,api=ChatterNetworkPicasso)
force-app\main\default\networkBranding\cbE_Bikes.networkBranding                                   Network not found for the CustomBrand : cbE_Bikes
force-app\main\default\layouts\Case-Case Layout.layout-meta.xml                                    In field: QuickAction - no QuickAction named Case.CaseComment found
ERROR running force:source:deploy:  Deploy failed.
Please help me!