question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No MODULE found in LWC

See original GitHub issue

Who is the bug affecting?

All Supervisors

What is affected by this bug?

Unable to include any LWCC chart in a LWC.

When does this occur?

Every time I attempt to deploy my LWC containing LWCC markup: `

    <!-- card body -->
    <div class="slds-grid">
        <!-- sum of hours per hour block chart -->
        <div class="slds-col slds-size_1-of-1 slds-large-size_6-of-12">
            <!--<c-chart type="bar" responsive="true">
                <c-dataset labels={chartLabels}>
                    <c-data label="Sum of Hours Scheduled" detail={hours} borderwidth="1"></c-data>
                </c-dataset>
                <c-title text="Hours per Hour Block"></c-title>
                <c-legend position="bottom"></c-legend>
                <c-cartesian-axis axis="x"></c-cartesian-axis>
                <c-cartesian-axis axis="y"></c-cartesian-axis>
            </c-chart>-->
            <c-chart type="bar">
                <c-title text="TEST"></c-title>
                <c-legend position="bottom"></c-legend>
            </c-chart>
        </div>
        <!-- number of assignments per hour block chart -->
        <div class="slds-col slds-size_1-of-1 slds-large-size_6-of-12">
            
        </div>
    </div>

`

Where on the platform does it happen?

I’m attempting to deploy a component that will be shown on a Lightning App Page

How do we replicate the issue?

  1. Install the LWCC package in a sandbox
  2. Create a Lightning Web Component (LWC)
  3. Add simple LWCC Markup to the LWC: <c-chart type="bar"> <c-title text="TEST"></c-title> <c-legend position="bottom"></c-legend> </c-chart>

Expected behavior (i.e. solution)

The component should deploy to the sandbox with the LWCC markup

Other Comments

I may be missing something very simple, but I am not sure what. Please advise.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8

github_iconTop GitHub Comments

2reactions
matthewglongcommented, Jul 11, 2022

“we’re reviewing also the possibility to transform this managed package into unmanaged” That would be very much appreciated! Or split this module in two – a managed side for the Admin LWCC and an unmanaged for custom dev.

2reactions
lsaggucommented, Oct 21, 2020

Thanks @victorgz - I’ll see about cloning the repository and using the regular namespace. I appreciate you looking into this for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No MODULE named markup://c:errorPanel found : [markup://c ...
errorPanel component is one of the components from the LWC Recipes repository. If you get this error, it means, that you have not...
Read more >
No MODULE named markup://c:list found : [markup://c:selector]
It looks like yopu have a tag in your html file that references a "seclector" that is not defined to your org. I...
Read more >
No MODULE named markup://lgc:bg found - Stack Overflow
When I try to deploy to my org using VSCode I'm getting the below error. Error. force-app\main\default\lwc\accountManagerApex\accountManagerApex ...
Read more >
Salesforce: No MODULE named markup://c:errorPanel found
Salesforce: No MODULE named markup://c:errorPanel found : [markup://c:contactComponent]Helpful? Please support me on Patreon: ...
Read more >
Salesforce: No MODULE named markup://c:pubsub found in lwc
Salesforce: No MODULE named markup://c:pubsub found in lwcHelpful? Please support me on Patreon: https://www.patreon.com/roelvandepaarWith ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found