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 个回答
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