Skip to main content
Rucha Kale (NA) 님이 #Trailhead Challenges에 질문했습니다

When I perform the "SFDX: Authorize an Org" step of the project in VS Code, I get the error Starting SFDX: Authorize an Org

16:31:39.513 sfdx org:login:web --alias SalesforceProject --instance-url https://login.salesforce.com --set-default

Warning: Ignoring extra certs from `null`, load failed: error:80000002:system library::No such file or directory

17:08:04.225 sfdx org:login:web --alias SalesforceProject --instance-url https://login.salesforce.com --set-default

 ended with exit code 1

Any ideas or help would be appreciated.

답변 7개
  1. 2024년 1월 12일 오전 10:03

    HI @Rucha Kale

     

    To download and install the Salesforce CLI (Command Line Interface) using npm (Node Package Manager)

    npm install --global @salesforce/cli

    check installed you can run below command

    sfdx --version

    command display the version of CLI

0/9000