Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 740 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 740 Bytes

Drag 3D Editing

Common issues

npx: Permission denied

(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