Matthew Pace
Matthew Pace
`npm install aframe-physics-system` and `yarn add afram-physics-system` both fail ``` yarn add add-aframe-physics-system ➤ YN0000: ┌ Resolution step ➤ YN0013: │ ammo-debug-drawer@https://github.com/infinitelee/ammo-debug-drawer.git#commit=561fd698109e61456f34136a53dd08b45d4ad9ca can't b ➤ YN0013: │ three-to-ammo@https://github.com/infinitelee/three-to-ammo.git#commit=9e68a3bbe500988f2dc0096f78c12dabbdaf5548 can't be...
Below is my `tslint.json` ```json { "extends": [ "shared-tslint" ] } ``` where `shared-tslint` is a package I have installed containting tslint settings to extend. Expected behavior: I get linter...
This is a 🐛 bug fix. ## Summary Move the `site` and `collections` console commands to be local variables in the IRB shell. ## Context Console methods have precedence over...