Skip to content

Commit 1565902

Browse files
authored
Merge pull request #8 from KBLLR/codex/update-readme-with-installation-steps
Add rollup troubleshooting instructions
2 parents d05a2ce + b1a0fe5 commit 1565902

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,17 @@ A modern, high-performance 3D object stager specializing in Gaussian Splatting m
2828
- Environment variable handling
2929
- ESLint and Prettier configuration
3030
- Type support for Three.js
31+
32+
## Troubleshooting
33+
34+
### Rollup native module error
35+
36+
If you see an error such as `Cannot find module '@rollup/rollup-linux-x64-gnu'`,
37+
remove your current dependencies and lock file, then reinstall:
38+
39+
```bash
40+
rm -rf node_modules package-lock.json
41+
npm install
42+
```
43+
44+
This project has been built successfully using **Node.js v20.19.2**.

0 commit comments

Comments
 (0)