Skip to main content

Questions tagged [build-error]

An error that occurs during the build process.

build-error
0 votes
0 answers
21 views

Module 'FirebaseRemoteConfigInterop' not found

Firebase SDK Version: Unity 12.1.0 Xcode Version: 15.4 Installation Method: CocoaPods Firebase Product: Remote Config Targeted Platform: iOS Issue: I got an error: Module 'FirebaseRemoteConfigInterop' ...
An Trịnh's user avatar
0 votes
0 answers
38 views

Invalid Character '\ud835' - react native app

After running my React Native app on a real device, I got an error screen. Invalid character: '\ud835' Invalid character: '\ud835' no stack  no stack There are no additional details. only getting a ...
vismaya vc's user avatar
-1 votes
1 answer
37 views

Issue between Werkzeug (dependency of Flask) and Vercel when trying to build webapp

I'm trying to deploy a Flask app using Vercel and I'm getting an error during the build that reads as follows: [Error: ENOENT: no such file or directory, lstat '/vercel/path0/werkzeug/__pycache__/...
Ajaya Ramachandran's user avatar
0 votes
0 answers
83 views

nextJS not building, throwing 'TypeError: Invalid URL'

No matter what I try my nextjs 14 app keeps failing on build (on this for days now). Unfortunately the error is thrown in webpack'd minimized files, but monkey patching and commenting out has me ...
Daithí's user avatar
  • 4,517
0 votes
1 answer
37 views

Trying to get user input results in a build error. Zig

I tried getting user input with std.io.getStdIn().reader().readUntilDelimiter(buffer, '\n') but it results in a build error that doesn't provide much help: Build Summary: 2/5 steps succeeded; 1 failed ...
YKS's user avatar
  • 3
0 votes
1 answer
94 views

React Native w/ Expo: Strange Error When Using run:android

I am working on a simple app with react native (/expo). When I do something as simple as just the following 4 commands (in order on a Windows 11, Expo 51): npx create-expo-app Test --template (...
Codeman's user avatar
  • 128
0 votes
0 answers
19 views

Getting type errors and module not found errors on render deployment

I am trying to deploy a MERN App on render. The build gives this error. ../backend/src/models/hotel.ts(1,22): error TS2307: Cannot find module 'mongoose' or its corresponding type declarations. ../...
Noor Fatima's user avatar
-1 votes
1 answer
42 views

Error in building project - babel module not found

I have been attempting to build and upload my project to PyPI with GitHub workflows, when an error occurs in this build section: Here is the error itself: File "/home/runner/work/...
tomasvana10's user avatar
-1 votes
0 answers
25 views

'Failed to run custom build command for lock_api' when building the default NIH Plug plugin in rust

I tried to build an example plugin from this rust framework: https://github.com/robbert-vdh/nih-plug and got this message: Error: failed to run custom build command for lock_api v0.4.12 Reason: thread ...
Otto Hodne-Tandberg's user avatar
0 votes
0 answers
93 views

Error: Cannot find module 'metro/src/lib/TerminalReporter' when building Expo app in a monorepo

I am encountering an issue when trying to build my Expo app using npx expo run:ios in a Turborepo monorepo setup. The error message I receive is: Error: Cannot find module 'metro/src/lib/...
Adam Sucharda's user avatar
0 votes
1 answer
32 views

Types of parameters 'event' and 'payload' are incompatible

When I run the build command I get the following type error: Type error: Type '(event: React.FormEvent) => void' is not assignable to type 'FormSubmitHandler'. Types of parameters 'event' and '...
user17449555's user avatar
0 votes
1 answer
30 views

Displaying error when building the app in Next.js

When I run npm run build for a Next.js (React & Ts) I get the following error: Error: Missing "key" prop for element in array react/jsx-key This error points to the following code: &...
user17449555's user avatar
0 votes
0 answers
57 views

unity build error occurred: Execution failed for task ':launcher:mergeDexRelease'

I used google-signin-unity plugin on my game. But this issue happened when I built android apk on unity. unity version is 2022.3.16f1. What went wrong: Execution failed for task ':launcher:...
andy's user avatar
  • 1
0 votes
0 answers
18 views

Gradle: Could not write standard input to Gradle Test Executor 2 and Could not find or load main class worker.*worker.GradleWorkerMain

I cannot build gradle the whole error: enter image description here I tried gradle --stop and delate cache(.gradle) and build again FAILURE: Build failed with an exception. $ ./gradlew build Could not ...
Marcin Pająk's user avatar
0 votes
0 answers
86 views

Internal Compiler Error: Segmentation Fault

I am getting the following error every time I try to build or make a package: In file included from /usr/include/gz/math7/gz/math/AxisAlignedBox.hh:25, from /home/jjayalekshmi/gz-...
user14990613's user avatar

15 30 50 per page
1
2 3 4 5
45