forcedotcom / b2b-commerce-on-lightning-quickstart

Creative Commons Zero v1.0 Universal
175 stars 207 forks source link

Error while trying to run ./quickstart-setup-store.sh to Create store in Scratch org #40 Reopen #45

Closed Tinsae closed 3 years ago

Tinsae commented 3 years ago

I was setting up store by following this instructions. The first three steps work fine but the fourth step throws an error.

✅ 1. Clone the whole b2b-commerce-for-lightning repository: ✅ 2. From the sfdx directory, run the script ✅ 3. Create a scratch org using SFDX: If you don't have a dev hub already authorized, do that now by running sfdx force:auth:web:login -d

  1. Make sure that your current directory is sfdx and create and setup a new store in your new scratch org by running the following script:

_./quickstart-create-and-setup-store.sh_

Error "C;/Program is not recognized as an internal or external command ,operable or batch file "

github-actions[bot] commented 3 years ago

Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.

Tinsae commented 3 years ago

Solved the problem by updating the path variable in windows

C:\Program Files\Git\cmd C:\PROGRA\~1\Git\cmd C:\Program Files\sfdx\bin C:\PROGRA\~1\sfdx\bin

Restart VSCode Open Help/Toggle Developer Tools Type process.env.Path and ensure vscode shows the updated path variable