App cannot be build

I try to download my app but this happened

Error: Command failed: cd /thunkable/thunkableCompanion/android/; ./gradlew AssembleRelease :warning: Cannot resolve the path to “fsevents” package. (node:434956) [DEP0148] DeprecationWarning: Use of deprecated folder mapping “./” in the “exports” field module resolution of the package at /thunkable/thunkableCompanion/node_modules/tslib/package.json. Update this package.json to use a subpath pattern like “./". (Use node --trace-deprecation ... to show where the warning was created) (node:434956) [DEP0148] DeprecationWarning: Use of deprecated folder mapping “./” in the “exports” field module resolution of the package at /thunkable/thunkableCompanion/node_modules/react-rnd/node_modules/tslib/package.json. Update this package.json to use a subpath pattern like "./”. :warning: Cannot resolve the path to “fsevents” package. (node:435007) [DEP0148] DeprecationWarning: Use of deprecated folder mapping “./” in the “exports” field module resolution of the package at /thunkable/thunkableCompanion/node_modules/tslib/package.json. Update this package.json to use a subpath pattern like “./". (Use node --trace-deprecation ... to show where the warning was created) (node:435007) [DEP0148] DeprecationWarning: Use of deprecated folder mapping “./” in the “exports” field module resolution of the package at /thunkable/thunkableCompanion/node_modules/react-rnd/node_modules/tslib/package.json. Update this package.json to use a subpath pattern like "./”. :warning: Cannot resolve the path to “fsevents” package. (node:436071) [DEP0148] DeprecationWarning: Use of deprecated folder mapping “./” in the “exports” field module resolution of the package at /thunkable/thunkableCompanion/node_modules/tslib/package.json. Update this package.json to use a subpath pattern like “./". (Use node --trace-deprecation ... to show where the warning was created) (node:436071) [DEP0148] DeprecationWarning: Use of deprecated folder mapping “./” in the “exports” field module resolution of the package at /thunkable/thunkableCompanion/node_modules/react-rnd/node_modules/tslib/package.json. Update this package.json to use a subpath pattern like "./”. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. No issues found. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ‘:app:packageRelease’. > A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable > java.lang.OutOfMemoryError (no error message) * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 31m 48s

Hi @dangcoi795pq, sorry to see that you’re having issues with the publishing of your app. This is an Out of Memory error and likely means your app has exceeded the 50MB project limit. I would suggest checking the sizes of your files and assets to see if you can reduce their sizes and try publishing again.

Thank you!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.