Trying to deploy an app from VS Code but encounter...
# sdf
b
Trying to deploy an app from VS Code but encountering an error:
'suitecloud' is not recognized as an internal or external command, operable program or batch file
. I did this successfully in sandbox a couple months ago and am now trying to push to production. Not sure what changed and would appreciate any thoughts.
e
Whatever shell environment is trying to run the SuiteCloud CLI either can't read the command or doesn't have it installed correctly
b
🤦Totally forgot that I had an OS issue a little while ago that reset my setup. Used npm to reinstall and I'm back up and running. That should have been more obvious but I focused on the wrong things. Thanks for the nudge Eric.
1
s
I recommend using the
suitecloud
CLI directly 🙂
☝️ 1