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
GAURAV SETHGAURAV SETH 

Error in Migrating Existing Projects to Salesforce DX

I am migrating my existing projects to dev org using:
https://developer.salesforce.com/blogs/developer-relations/2017/07/migrating-existing-projects-salesforce-dx.html

I have completed the steps till 8 and on Step 9 :
sfdx force:source:push getting few errors:

PS C:\salesforce\AMS\amssrc> sfdx force:source:push
PROJECT PATH  ERROR
────────────  ─────────────────────────────────────────────────────────────────
N/A           Cannot find folder:AMS
N/A           Cannot find folder:AMS
N/A           Cannot find folder:AMS
N/A           Cannot find folder:AMS
N/A           Cannot find folder:AMS
N/A           In field: report - no Report named AMS/Cases_Closed_7wK found
N/A           In field: report - no Report named AMS/New_Cases_Report_sLC found
N/A           In field: report - no Report named AMS/Recent_Cases_qCb found
N/A           In field: report - no Report named AMS/Recent_Cases_qCb found
N/A           In field: report - no Report named AMS/Recent_Cases_HV3 found
ERROR running force:source:push:  Push failed.

AMS is my application name.

Where can I look for folder?