build Questions
9
If I want to build my Dockerfile, it can't connect to the network or at least DNS:
Sending build context to Docker daemon 15.95 MB
Sending build context to Docker daemon
Step 0 : FROM ruby
---&g...
7
when I run vite build aka npm run build the build performs without errors.
I see built in 4661ms. but the process never finishes. It just hangs.
How can I make the process end and exit?
8
Solved
I am trying to build my release app in Flutter and when I run:
flutter run
everything works fine in debugging and test mode. But when I was trying to build a release app with:
flutter build apk
it ...
Switzerland asked 6/4, 2018 at 14:45
11
Solved
In windows when I tried to build react app I am getting error saying 'GENERATE_SOURCEMAP' is not recognized as an internal or external command.
I have added below line in my package.json file
"bu...
3
I followed all the instruction mentioned in https://github.com/cisco/openh264 but I am unable to get through. The information is cited in link but its quite confusing.
3
Solved
Is it possible to suppress the build warnings which are output when dotnet run causes a build to occur, e.g. after a code change?
$ dotnet run --verbosity quiet
/../MyProgram.cs(6,21): warning CS8...
4
Solved
Is there a way to pass C_INCLUDE_DIRS and LD_LIBRARY_PATH from cmake command line or is there a way to set env so that CMAKE can find and use them?
Planetoid asked 21/7, 2018 at 0:14
6
Solved
I was working on a WPF application in Visual Studio 2015 and all went well until unexpectedly the build dropped me the CS2012 error inform me that it cannot access/update the executable in the /Deb...
18
Probably between 25 and 50% of the times I build my solution, I see this:
"The operation you requested is taking longer than expected to complete. This dialog will close when the action completes....
Handlebar asked 25/9, 2013 at 21:13
6
Solved
I'm trying to debug the following build error in our CI where "A depends on B which can't build because it depends on C." I'm building my data service which doesn't directly depend on kaf...
Bulky asked 13/6, 2017 at 12:7
8
While creating a react app from scratch (without using create-react-app) using parcel bundler, the parcel throws the following error:
Error: Expected content key de1e4a02ec63c4eb to exist
at null...
9
Solved
I can't seem to get the outDir flag working when used in package.json. Directory structure is pretty simple: tsconfig.json at the root level, together with a src/ directory and a single index.ts fi...
Overplay asked 13/8, 2017 at 13:45
71
Solved
I keep getting this error during the build of my VS2012 C# project
Error 41 Could not copy "obj\Debug\WeinGartner.WeinCad.exe" to
"bin\Debug\WeinGartner.WeinCad.exe".
Exceeded retry count of 10...
Astyanax asked 7/8, 2013 at 12:1
7
When building, from a dockerfile, I get this:
/usr/share/dotnet/sdk/3.1.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(234,5): error MSB4018: The "ResolvePackageA...
Crotch asked 24/3, 2020 at 16:17
5
Solved
I am running the command npx webpack-dev-server --mode development in my react application and getting the preceding error.
[webpack-cli] Invalid options object. Dev Server has been initialized usi...
Diapedesis asked 8/9, 2021 at 11:32
4
Solved
I recently started learning Common Lisp using SBCL. How can I compile my Lisp programs into a Windows binary?
Enamel asked 5/1, 2013 at 12:35
6
Solved
I have 3 builds:
A - is the Master build which control the flow
B- Anoter build
C- will be executed after B
I want to add a String parameter to A so the user will enter some String manually, and i...
Deity asked 14/8, 2014 at 14:52
4
I'm building my first app with React Native and I'm using Expo to build my app. My problem is whenever I build my app there comes this extra white space / padding on top of my app. I have tried usi...
Nightlong asked 21/7, 2022 at 8:29
13
I'm trying to build my android app for a while and can't seem to find any solution for this problem:
Image
Unity Version: Unity 2020.3.21f1 (64-bit)
JDK, SDK, NDK and Gradle used are Unity's recomm...
Landaulet asked 30/10, 2021 at 1:25
10
Solved
I have Mail module in folder with this structure:
- Mail
- templates
- <Handlebars files>
- mail.module.ts
When I build (compile) TypeScript project, my template folder is not included ...
Imperceptible asked 19/2, 2020 at 18:6
17
Solved
Xcode is build the project and when build is success, I get this message "The bundle's Info.plist does not contain a CFBundleVersion key or its value is not a string". What is that mean. There is m...
Monroe asked 30/3, 2017 at 7:42
3
Solved
We noticed one or more issues with a recent submission for App Store review for the following app:
Version 1.0.30
Build 2
Although submission for App Store review was successful, you may want...
Earthen asked 18/3 at 16:21
1
In my project, during dev everything works great but my target app seems to not parse imports that start with "/" properly ( I am developing for a local app, not for a website / webapp).
...
11
when running the following command:
cmd /c C:\sonar-runner-2.4\bin\sonar-runner.bat
(sonar runner is installed on the build machine)
i get the following errors:
ERROR: Sonar server 'http://localho...
43
Error:Execution failed for task ':app:compileDebugKotlin'. > Compilation error. See log for more details
build:gradle(Module:app)
buildscript {
repositories {
maven {
url 'https://jitpack.io...
Centering asked 8/5, 2017 at 13:21
© 2022 - 2024 — McMap. All rights reserved.