-
Notifications
You must be signed in to change notification settings - Fork 28
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
add instructions for fixing security error in Ubuntu 24.04 #452
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small optional suggestion but otherwise looking great.
@@ -30,6 +30,17 @@ nix develop | |||
```shell | |||
npm install | |||
``` | |||
|
|||
!!! info "Warning for Ubuntu 24.04 and later | |||
Ubuntu Linux 24.04 [introduces security policy changes](https://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/39890#unprivileged-user-namespace-restrictions-15) that cause the next command to fail. Here's a simple fix. In your terminal, run this command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would a small note be useful that this is a one-time thing and doesn't need to be re-run every time before running npm start
? Might be obvious though...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea @matthme . What's obvious to us isn't obvious to everyone; this'd be a courteous change to make.
No description provided.