Schmavery / reprocessing

ReasonML graphics library inspired by Processing
https://schmavery.github.io/reprocessing/
MIT License
679 stars 24 forks source link

Error with bsb-native specification in package.json #138

Open roddyyaga opened 4 years ago

roddyyaga commented 4 years ago

I wasn't able to get reprocessing example working as is (various errors involving bs-platform and not recognising -backend as an option). Changing "bsb-native": "^4.0.1100" in package.json to "bs-platform": "bsansouci/bsb-native#3.2.0"fixed this.

Schmavery commented 4 years ago

cc @bsansouci

bsansouci commented 4 years ago

To the sound of it, this seems similar to https://github.com/bsansouci/reprocessing-example/issues/24 Do you have bs-platform installed globally? If yes, then technically you don't need to, you can just install it locally for your projects