https://github.com/mattvb91/rapierjs-module-bug
https://github.com/mattvb91/rapierjs-module-bug
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattvb91/rapierjs-module-bug
- Owner: mattvb91
- Created: 2025-08-05T13:03:42.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-05T13:04:05.000Z (10 months ago)
- Last Synced: 2025-08-28T02:05:06.007Z (10 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
On main branch causes error:
```
npm i
npm run dev
```
Fixed error with patch:
```
rm -rf ./node_modules # Just making sure clean state
git checkout fix-patch
npm i
npm run dev
```