build Questions

19

docker build failed on windows 10, After docker installed successfully, While building docker image using below command. docker build -t drtuts:latest . Facing below issue. Kindly let me know if a...
Ladylike asked 22/12, 2016 at 15:1

1

Solved

The other day I installed vscode, android studio and xcode to their latest versions. When I try to open the application I developed in Flutter on Android and iOS devices, it gives the following war...
Hyperbole asked 23/9, 2023 at 8:45

26

Solved

I am getting an error like this: [WARN]Warning: Multiple build commands for output file /Developer/B/Be/build/Release-iphonesimulator/BB.app/no.png [WARN]Warning: Multiple build commands for outpu...
Carmelinacarmelita asked 27/4, 2010 at 1:52

2

Solved

I try to run command "ng build" in my Angular app next i get: ✔ Browser application bundle generation complete. ✔ Copying assets complete. ⠋ Generating index html...4 rules skipped due to...
Koan asked 30/7, 2023 at 14:26

4

Solved

I have two files in my project called Test4: Structure.h Structure.c I want to create a static library that can be loaded by other projects who want to use those files. Here is my CMake file curr...
Moffit asked 4/5, 2017 at 2:32

10

Solved

I have a major problem with project configurations. Everything started when I wanted to add new solution configuration (named "Dev_WithSource") based on existing "Debug" configuration and checked ...
Eldridgeeldritch asked 29/4, 2011 at 12:48

2

When i build standalone nextjs project I get file server.js and I try to running my server.js file and get this error
Chuch asked 18/1, 2023 at 8:2

1

Some crates offer a pub const &str-version string, some do not. To have a general solution, I need a list of all dependencies and their versions as known to and used by cargo build during compi...
Outbid asked 12/1, 2017 at 16:37

6

Solved

I want to build a project using two Git repositories. One of them contains of the source code, while the other has the build and deployment scripts. My problem is that I need to have a repository ...
Jinnah asked 14/5, 2013 at 8:17

10

Solved

I want to add integration tests to my Gradle build (Version 1.0). They should run separately from my normal tests because they require a webapp to be deployed to localhost (they test that webapp). ...
Krutz asked 20/7, 2012 at 14:30

6

I have created a react app using create-react-app. I want to gzip the files during the build. I expect the files to be gziped
Sunfish asked 17/5, 2019 at 12:21

30

I don't understand this error message C:\Program Files (x86)\Jenkins\workspace\__temp-mobile-prev\platforms\android\AndroidManifest.xml:67:5 Error: uses-sdk:minSdkVersion 15 cannot be smaller t...
Singleness asked 18/5, 2016 at 7:36

10

Solved

I'm having a problem while running this command on Flutter: flutter build appbundle --target-platform android-arm,android-arm64,android-x64 which I need to run in order to execute flutter build apk...
Rape asked 3/6, 2020 at 13:9

17

For me is npm install extremely slow. I'm using Windows 8.1 with the latest npm version. My connection speed is around 100Mbit/s. The project I'm trying to install has around 20 packages/dependenc...
Nightshirt asked 1/4, 2015 at 15:45

5

Solved

Note: I cross-posted this question here: https://github.com/hadley/devtools/issues/245 Update: @hadley just closed the issue since he can install now. I have tested it just now and install_github ...
Seward asked 6/2, 2013 at 11:48

2

I'm trying to set up a github actions script for a project of mine. The project is private at the moment since I want it in an RC state before the first release. As it is close to ready, I intended...
Heigho asked 3/6, 2022 at 12:39

1

In my TypeScript project I'm extending express Request type to add own properties. I have a file src/types/index.d.ts that looks similar to this: declare module 'express-serve-static-core' { inter...
Saddle asked 16/9, 2022 at 7:47

8

Solved

I have the following Dockerfile: FROM ubuntu USER root RUN apt-get update && apt-get install curl -y RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - RUN apt-get update &&amp...
Leaving asked 20/3, 2019 at 10:4

16

Solved

I have been working on a new solution all evening. Building without an issue, however all of a sudden I have started to get the following error when building: The Operation could not be complet...
Pliocene asked 9/2, 2016 at 1:39

6

I want to build VSCode from source and I get this error: The terminal process "/bin/zsh '-c', 'yarn run watch-extensionsd'" failed to launch (exit code: 127).
Indistinctive asked 20/8, 2020 at 9:33

2

Solved

I am adding the GRADLE_OPTS to system environment variables as: -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 I have created the remote debugger from InteliJ IDEA for th...
Kibitzer asked 8/6, 2016 at 12:8

7

Solved

I am trying to build this project, which has CUDA as a dependency. But the cmake script cannot find the CUDA installation on the system: cls ~/workspace/gpucluster/cluster/build $ cmake .. -- The ...
Optometer asked 14/11, 2013 at 14:35

2

Solved

After updating the Jenkins, all builds started to fail with the following errors. [ERROR] {some text}: {some text} is outdated. Please run next command `npm update` [INFO] Treating warnings as erro...
Tressa asked 25/6, 2021 at 15:23

30

I have an iOS project using CocoaPods. Everything was working smoothly until another developer started to work on the same project. He made some changes (only to code as far as I know) and made a n...
Regatta asked 17/8, 2012 at 9:8

4

Solved

Hi everyone hope you guys well! So here is the deal; I have an android unity project which has not extra plugin or SDK. When I am going to try to build project, this error appears. I'm stuck with t...
Moss asked 29/8, 2022 at 7:4

© 2022 - 2024 — McMap. All rights reserved.