(viser) No client build found. Building now...
(viser) nodejs is set up!
bash: line 1: /workspace/Drag3DEditing/deps/GaussianEditor/extern/viser/src/viser/client/.nodeenv/bin/npx: Permission denied
bash: line 1: /workspace/Drag3DEditing/deps/GaussianEditor/extern/viser/src/viser/client/.nodeenv/bin/npx: Permission denied
A bug in Viser on this line leads to the npm
binaries not having execution rights
Fix:
chmod -R +x /workspace/Drag3DEditing/deps/GaussianEditor/extern/viser/src/viser/client/.nodeenv
replace with your path to the created .nodeenv