Skip to content

Instantly share code, notes, and snippets.

@njames
Last active September 6, 2023 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njames/bed61f805443535acdf97ebb78189160 to your computer and use it in GitHub Desktop.
Save njames/bed61f805443535acdf97ebb78189160 to your computer and use it in GitHub Desktop.
Requirements for BTP Local
#!/usr/bin/bash
echo -e "\nNode version --------";
node -v ;
echo -e "\nGit version ---------";
git --version;
echo -e "\nui5 cli version -----";
ui5 --version;
echo -e "\ncf cli version ------";
cf --version;
echo -e "\nCAP version ---------";
cds --version;
echo -e "\nVS Code version -----";
code --version;
echo -e "\nYeoman version ------";
yo --version;
# installation instructions here
# https://developers.sap.com/tutorials/btp-app-prepare-dev-environment-cap.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment