inteja
November 23, 2023, 4:53am
1
After trying to upgrade our Babylon React Native app to newer, compatible Babylon.js, I get the following error on every app restart:
Yet the Babylon React Native readme says that 1.63 and 6.14.0 are compatible:
I found this closed issue reporting the same problem on older versions, but nuking node_modules
and resetting the yarn cache didn’t help:
opened 10:49AM - 05 May 21 UTC
closed 02:21PM - 06 May 21 UTC
After installation of required packages there was the following error:
`@babylo… njs/react-native@0.4.0-alpha.15 requires @babylonjs/core@^5.0.0-alpha.13 but version 4.2.0 is currently installed.`
After i've installed new versions of both `@babylonjs/core` and `@babylonjs/loaders` the exact same error is keep showing up.
Here is this modules in my `package.json`:
```JavaScript
"@babylonjs/core": "^5.0.0-alpha.13",
"@babylonjs/loaders": "^5.0.0-alpha.13"
````
Is there any way to solve this issue?
@BabylonNative
Cedric
November 23, 2023, 9:02am
2
Indeed, there is a mismatch in the documentation.
1.6.3 is stuck with 5.42.2
I can kick a new build today with babylon.js version 6.14.0 if it helps you.
inteja
November 23, 2023, 9:07am
3
Is it possible to bump to latest 6.30.0? If not, yes 6.14.0 would be good. Thanks @Cedric
Cedric
November 23, 2023, 9:10am
4
I’d need to do tests for 6.30 so it might take a few days.
6.14 has been tested so it should be available in a few hours.
1 Like
Cedric
November 23, 2023, 9:43am
6
Looks like a 1.7.5 package has been released without a release:
it should work with 6.14.0. let me know if it fixes your issue
Cedric
November 23, 2023, 9:45am
7
I’m kicking a 1.7.6 version anyway
inteja
November 23, 2023, 7:49pm
9
Thanks @Cedric . I’ll try it out today!
inteja
November 23, 2023, 10:42pm
10
Thanks @Cedric . I tested 6.14.0 and 6.30.0 with your new builds and all good so far!
3 Likes