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
Shyam NairShyam Nair 

Unable to create project in sfdx!!!

Hi,

While attempting trailhead App Development with Salesforce DX, I am trying to create a project using SFDX command as shown below:
User-added image

But I am getting a message which says the command is not available. Please help.

Regards,
Shyam Nair
Alap MistryAlap Mistry
Hello Shyam Nair,
I think you not create an org before execute this command. OR you are not login into that org using below command in Windows Command Prompt.
sfdx force:auth:web:login -u <ORG_NAME>
Regards,
Alap Mistry
Rich FiekowskyRich Fiekowsky
I found that this happened right after installation . It went away when I exited VS-Code, re-opened VS-Code, and tried it again.