reprocessing icon indicating copy to clipboard operation
reprocessing copied to clipboard

Error with bsb-native specification in package.json

Open roddyyaga opened this issue 6 years ago • 2 comments

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.

roddyyaga avatar Dec 31 '19 17:12 roddyyaga

cc @bsansouci

Schmavery avatar Jan 04 '20 17:01 Schmavery

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

bsansouci avatar Feb 26 '20 17:02 bsansouci