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
Ash GAsh G 

Trailhead Challenge: Lightning Component Skills & Tools

Hi Team,

I am trying to check the challenge 'Learn the Process for Developing Lightning Components'', but getting error as below.

Error:
Challenge Not yet complete... here's what's wrong: 
The 'harnessApp' Lightning App does not contain ''.

App code :harnessApp
<aura:application>    
    <c:myFirstComponent/>    
</aura:application>

Component code: myFirstComponent
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" >
    <p>I am proficient in JavaScript</p>
</aura:component>

Please hlep me to get is solved. I am unbale to understand what went wrong.

Thanks,
Ash G
Vishnu Prasad 18Vishnu Prasad 18
Hi

I am also getting the same error. Donot know what is missing.

Please help me in solving this.

Thanks,
  Vishnu
AjayRaj TAjayRaj T
Deleting the controllers in 'harnessApp' and 'myFirstComponent'  resolved this issue for me.