You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeDebugAssets'.
> [app/tns_modules/bcryptjs/dist/bcrypt.min.js] project_name/platforms/android/app/src/main/assets/app/tns_modules/bcryptjs/dist/bcrypt.min.js.gz
[app/tns_modules/bcryptjs/dist/bcrypt.min.js] project_name/platforms/android/app/src/main/assets/app/tns_modules/bcryptjs/dist/bcrypt.min.js: Error: Duplicate resources
thanks
The text was updated successfully, but these errors were encountered:
The above is working as expected. Btw as in the future releases, we are heading for Webpack by default experience, you should consider using the bundle flag for all your builds (there are only benefits for using bundling including smaller size, faster builds, etc.)
Hi,
The CLI return error for duplicated ressources :
Bcryptjs comme with tow file in
dist
directory :If we remove the
bcrypt.min.js.gz
the is no problem .. but if we add new module the dependency's will be updated and the issu comeback !thanks
The text was updated successfully, but these errors were encountered: