-
Notifications
You must be signed in to change notification settings - Fork 6.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Bug Report: Yarn install failing on app creation #28081
Comments
Hmm, anything useful in the error logs linked by Yarn? Especially the isolated-vm and better-sqlite3 ones? |
running yarn install I get log files with the same error g++: error: unrecognized command line option ‘-std=gnu++20’; did you mean ‘-std=gnu++2a’?
|
I installed g++-10 (AND even then g++-11) and it is still complaining 20 is not there I even output the c++ version in a test program
I have no other c++ installed on my machine
but I noticed the make file uses 2 c++ standards
|
📜 Description
following https://backstage.io/docs/getting-started/
running:
npx @backstage/create-app@latest
👍 Expected behavior
from the doc, it should build the app
👎 Actual Behavior with Screenshots
yet it fails miserably
👟 Reproduction steps
I installed these
What I tried so far
📃 Provide the context for the Bug.
let me know where to find the logs
🖥️ Your Environment
VM : Ubuntu 20.4 and 24.4
Virtual box on Win 10
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: