6 个回答
Hi Sebastian,Greetings to you!Please check the configuration of the component. Each Lightning web component folder must include a configuration file named <component>.js-meta.xml. The configuration file defines the metadata values for the component, including the design configuration for the Lightning App Builder and Community Builder.If isExposed is false, the component is not exposed to Lightning App Builder or Community Builder.To allow the component to be used in Lightning App Builder or Community Builder, set isExposed to true and define at least one <target>, which is a type of Lightning page.https://developer.salesforce.com/docs/component-library/documentation/lwc/lwc.reference_configuration_tagsAlso, please make sure you are using the latest version of salesforcedx. To work with Lightning web components, you need version 45 or greater of the Salesforce CLI. Check the installed version.sfdx plugins --coreTo update Salesforce CLI use below command:sfdx updateI hope it helps you.Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean. Thanks and Regards,
Khan Anas