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
Emilien Guichard 51Emilien Guichard 51 

Trailhead “Convert Lightning Web Components Open Source to Salesforce” stuck in “Convert Components for the Salesforce Platform” step

Hello there,

I'm stuck in the Trailhead "Convert Lightning Web Components Open Source to Salesforce", at the "Convert Components for the Salesforce Platform" step.

When I right-click the force-app folder and click SFDX: Deploy Source to Org in VS Code, I am getting an error : "Infinite loop detected".

Any idea what it could be due to ?

Thanks a lot for the help.
Have a great day.
Akshay MenseAkshay Mense
Hi Emillien, 

I was also stucked in this challange. I had created the file app.js-meta.xml  outside  of the app directory. make sure to include inside app directory of  LWC folder i.e lightning-conference\force-app\main\default\lwc\app\app.js-meta.xml. Please mark this as best answer if found useful.