vignaesh01 / sfdx-package-generator

Salesforce Package.xml Generator Extension for VS Code
https://marketplace.visualstudio.com/items?itemName=VignaeshRamA.sfdx-package-xml-generator
Other
62 stars 31 forks source link

'sfdx' is not recognized as an internal or external command, operable program or batch file. -- With new Sf CLI #123

Open BabunDey opened 1 month ago

BabunDey commented 1 month ago

I am currently using @salesforce/cli/2.58.7 win32-x64 node-v20.17.0 and my path variable is also correct. Whenever I launch package.xml generator, it throws the error "'sfdx' is not recognized as an internal or external command, operable program or batch file"

image
nicjames919 commented 1 month ago

I'm getting the same error as well today. Worked fine for me a few weeks ago

mauriciomoita commented 2 weeks ago

I think this is related to the move from sfdx to sf Something probably needs to change on this project to start working with sf instead of sfdx...

nicjames919 commented 2 weeks ago

It could’ve been. I ended up completely removing vs code, my local projects, and SF CLI and started fresh installs from scratch and a new project. Seems to be working fine so far.

mauriciomoita commented 2 weeks ago

Indeed! I'm with a fresh laptop and I just tried and it is working fine now!