> [email protected] gen:cordova-resources /Users/vikrambhushan/Documents/hypersign-protocol/hypersign-identity-wallet
> cordova-res
WARN: Error with source file resources/icon.png: The dimensions for source image of type "icon" do not meet minimum size requirements: 1024x1024 (image is 192x192).
WARN: Error with source file resources/icon.jpg: The dimensions for source image of type "icon" do not meet minimum size requirements: 1024x1024 (image is 192x192).
WARN: Error with source file resources/icon.png: The dimensions for source image of type "icon" do not meet minimum size requirements: 1024x1024 (image is 192x192).
WARN: Error with source file resources/icon.jpg: The dimensions for source image of type "icon" do not meet minimum size requirements: 1024x1024 (image is 192x192).
ERROR: Missing source image for "icon" (sources: resources/android/icon.png, resources/android/icon.jpg, resources/android/icon.jpeg, resources/icon.png, resources/icon.jpg, resources/icon.jpeg)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] gen:cordova-resources: `cordova-res`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] gen:cordova-resources 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! /Users/vikrambhushan/.npm/_logs/2021-04-21T11_14_55_135Z-debug.log
I do have the files under resources/icon.png, resource/icon.jpg in my project
Without knowing the changes done in your fork, I can’t really help - sorry.
Perhaps upgrading all cordova related packages to the exact versions used in latest version of superhero-wallet, as well as comparing config.xml may help but it’s a wild guess.