You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package.json for this repo requires "com.houraiteahouse.serialization": "1.0.0" as a dependency, but the current version of HouraiSerialization in its package.json is "version": "0.1.0".
I've managed to fix this locally by setting the dependency for HouraiSerialization in HouraiNetworking's package.json from 1.0.0 to 0.1.0 (though doing it the other way around also works).
The text was updated successfully, but these errors were encountered:
The package.json for this repo requires
"com.houraiteahouse.serialization": "1.0.0"
as a dependency, but the current version of HouraiSerialization in its package.json is"version": "0.1.0"
.I've managed to fix this locally by setting the dependency for HouraiSerialization in HouraiNetworking's package.json from 1.0.0 to 0.1.0 (though doing it the other way around also works).
The text was updated successfully, but these errors were encountered: