I'm currently getting an error when attempting to run the ./gradlew assembleGvrRelease script through the terminal.
The reason provided is as follows
Thanks,
James
Hi @JamesBotterill ,
This potentially seems like a react-native issue, rather than a ViroReact issue. Found similar issues looking issues:
https://github.com/facebook/react-native/issues/11212
https://github.com/facebook/react-native/issues/14417
https://github.com/srs/gradle-node-plugin/issues/190
Can you try removing node_modules and re-installing them? At the root of the project, run
rm -rf node_modules ; npm install
If that doesn't resolve this, what are your contents of package.json?
Let us know.
Thanks
Great that resolved the issue thanks
Most helpful comment
Hi @JamesBotterill ,
This potentially seems like a react-native issue, rather than a ViroReact issue. Found similar issues looking issues:
https://github.com/facebook/react-native/issues/11212
https://github.com/facebook/react-native/issues/14417
https://github.com/srs/gradle-node-plugin/issues/190
Can you try removing
node_modulesand re-installing them? At the root of the project, runIf that doesn't resolve this, what are your contents of package.json?
Let us know.
Thanks