I'm having trouble entering the command 'npm start'.
The exact error message was:
The SUID sandbox helper binary was found,
but is not configured correctly.
Rather than run without sandboxing I'm aborting now.
How can I fix it?
I'm having trouble entering the command 'npm start'.
The exact error message was:
The SUID sandbox helper binary was found,
but is not configured correctly.
Rather than run without sandboxing I'm aborting now.
How can I fix it?
A couple of things you can try:
1 - Reinstall
2 - run it with the launch argument --no-sandbox
3 - Enable unprivileged access to CLONE_NEWUSER
in you kernel;
sysctl kernel.unprivileged_userns_clone=1