This is your newly scaffolded Backstage App, Good Luck!
To start the app, run:
yarn install
yarn devBackstage is an open platform for building Developer Portals that create, manage, and explore software from a single UX layer. Backstage was developed initially at Spotify as an internal tool and then open-sourced in 2020. more...
npx @backstage/create-app- Version of
@backstage/create-appavailable at this time is0.5.8 - My linux distro -
WSL2 - Ubuntu 20.04 LTS. Nodeversion -20.10.0(Usednvmto manage multiple node versions)Yarnversion -1.22.21Pythonversion -3.11.5(usedconda). More...gccversion -12.1.0
I installed gcc through conda to avoid compatibility issue (between other packages). More...
conda install -c conda-forge gcc=12.1.0PS: backstage.io to work as we expected, python and gcc are very much necessary. And using kali linux is not recommended as we're unable to run sudo apt install build-essential or sudo apt-get -y install gcc. These commands will help us install gcc in our linux debian distro. But thanks to conda, we're still able to install it. So it's up to you 😊







