Mendix native template build Error

1
Hi Team,   I have downloaded native template using NBUI build locally option – while building in android studio this is giving an error- ‘/node_modules/.bin/react-native.cmd, config]` finished with an exception. Error message: groovy.json.JsonException: Unable to determine the current character, it is not a string, number, array, or object The current character read is 'T' with an int value of 84 Unable to determine the current character, it is not a string, number, array, or object’   I am not getting the same error when running native template downloaded directly from repo. What could be the issue.   Regards, Hari sanker B
asked
1 answers
1

If you're on a recent node version, use:

npm i --legacy-peer-deps

Wipe your node_modules folder first.

answered