expo-updates break gradlew build on Expo 49

I recently upgraded my Expo 48 application to version 49. I use managed with the prebuild system. My system is Windows.

After the upgrade I am unable to do a build via gradlew assembleRelease. I get an error on the :app:createReleaseExpoManifest step.

When I uninstall the “expo-updates” package I am able to build through gradlew again. There seems to be some problem with “expo-updates” on Windows.

I made a demo project: GitHub - yepMad/expo-updates-break-gradlew-build

Task :app:createReleaseExpoManifest FAILED
‘[node’ is not recognized as an internal command

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.