npm run platform:android error

0
Hi, I am getting Following error while running npm run platform:android   npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! @mendix/mendix-hybrid-app-template@4.0.0 phonegap: `cd build && phonegap "platform" "add" "android"` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the @mendix/mendix-hybrid-app-template@4.0.0 phonegap script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR!     C:\Users\*\AppData\Roaming\npm-cache\_logs\2019-01-17T06_45_57_657Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! @mendix/mendix-hybrid-app-template@4.0.0 platform: `npm run phonegap -- platform "add" "android"` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the @mendix/mendix-hybrid-app-template@4.0.0 platform script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR!     C:\Users\*\AppData\Roaming\npm-cache\_logs\2019-01-17T06_45_57_771Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! @mendix/mendix-hybrid-app-template@4.0.0 platform:android: `npm run platform -- add android` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the @mendix/mendix-hybrid-app-template@4.0.0 platform:android script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR!     C:\Users\*\AppData\Roaming\npm-cache\_logs\2019-01-17T06_45_57_861Z-debug.log My modeller version is 7.21.0 Please help
asked
1 answers
0

I ran into similar issues this week: After I uninstalled Git for windows and reinstalled it my issues went away. Hope this helps.

answered