I am new in learning lightning web component. I have installed VS Code, salesforce extension pack inside VS code, Salesforce CLI and set environment variable C:\Program Files\Salesforce CLI in my system.
When i am trying to create a new project in VS Code, i am not able to authorize org. I am getting the below error.
Starting SFDX: Authorize an Org 23:45:43.364 sfdx force:auth:web:login --setalias vscodeOrg --instanceurl https://login.salesforce.com --setdefaultusername ERROR running force:auth:web:login: Cannot start the OAuth redirect server on port PortInUseAction. Try this: Kill the process running on port 1717 or use a custom connected app and update OauthLocalPort in the sfdx-project.json file. 23:45:46.30 sfdx force:auth:web:login --setalias vscodeOrg --instanceurl https://login.salesforce.com --setdefaultusername ended with exit code 1 Please help me out...Thanks


