An open API service indexing awesome lists of open source software.

https://github.com/mattvb91/rapierjs-module-bug


https://github.com/mattvb91/rapierjs-module-bug

Last synced: 9 months ago
JSON representation

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
```