Skip to main content

Questions tagged [build]

The process of converting source code files into standalone software artifact(s) that can be run on a computer

build
0 votes
1 answer
16 views

After building ReactTS app some "display: flex" disappears

in my ReactTS app I got some places where my css gets changed after running the command: npm run build I build the app and then deployed it using surge and I notice that in some places it's just gone....
Liad's user avatar
  • 338
-1 votes
0 answers
29 views

Compiling X11 on ubuntu results with undefined reference errors

i have problem with compiling my project on Ubuntu. This is my project: https://github.com/23vbq/tv-managing-system/ It contains directory endpoint with Makefile. I was developing it on Arch and ...
Vblacqe's user avatar
  • 33
0 votes
0 answers
12 views

ConanException: Command 'apt-get update' failed

I'm using conan to handle libraries in my project, but I have a problem with it. After running conan install . --output-folder=build --build=missing everything goes well until the end when I get an ...
Marijam's user avatar
0 votes
0 answers
11 views

EPIPE error when starting Vite and React project

I'm facing a problem when trying to start my application using Vite and React, published through Jenkins and monitored by Grafana. The EPIPE error occurs repeatedly, and the application constantly ...
Wesley Raeel's user avatar
-1 votes
0 answers
21 views

ModuleNotFoundError: No module named 'pyaes' python virtualmachine [closed]

enter image description herewhen I build a certain tool on a virtual machine that launches a python project, this message appears after a few seconds. I already tried reinstalling pyaes but to no ...
user26438839's user avatar
0 votes
0 answers
13 views

Maven Build Failing with SSLContext Error When Downloading Plugin

I'm trying to execute a Maven build using the following command: mvn clean install. I encounter the following error message: [ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:3.2.0 or one of ...
Sajed Hamdan's user avatar
-1 votes
0 answers
28 views

How to solve "java.lang.IllegalStateException: CONSTANT_info: invalid tag value [18]" when running "ant test" command? [duplicate]

I have a spring project building with apache-ant-1.10.9. tools-2.14 version is used. When running "ant test" command in local environment, build is failing and got the error saying "...
RoshiDil's user avatar
  • 355
-3 votes
0 answers
18 views

How to determine a MacOS package "OS Version" and "Processor" without owning a MacOS computer?

Ok, so I've found a github repository that builds a macos package from a twine game. Great! https://github.com/lazerwalker/twine-app-builder But then Steam asks what OS is supported by this, and what ...
FlimsyLegs's user avatar
0 votes
0 answers
11 views

failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:exec, command execution failed, CreateProcess error=193

I am trying to run a spring-boot maven project in local environment. Build is failing due to error. Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:exec (spec1) on project abc-xyz-...
KJ21's user avatar
  • 83
0 votes
0 answers
12 views

Pyinstaller: Spec File Not Found

Pyinstaller is unable to locate my spec file to build my application. This error occurs: E:\Hqtools\scan-certyify\app>CALL ..\venv\Scripts\activate.bat 1923 INFO: PyInstaller: 6.9.0, contrib hooks: ...
Dora Cacari's user avatar
0 votes
1 answer
22 views

What's the idiomatic way to compile the same file twice, with different compile definitions?

This answer offers to declare different properties on two different targets but I'm building an old library which needs to compile the same file with two different compile definitions. How to can it ...
IC_'s user avatar
  • 1,739
0 votes
0 answers
7 views

Building Apache Zeppelin 0.11.1 without all interpreters

I'm trying to build tar.gz package of the Apache Zeppelin, version 0.11.1, with very minimal modules but when I check in the package I see all interpreters added and this makes tar.gz very fat. My ...
mixermt's user avatar
  • 383
0 votes
1 answer
40 views

Angular module imports does not work after update to Angular 16

I got applicatin and library both updated to Angular 16. In application I use to have imports like import {modulex} from my-lib/modulex After update I get error that module cannot be found I have to ...
ruddnisrus's user avatar
-1 votes
1 answer
32 views

How can I deploy my nodejs (with typescript) backend on vercel?

I have designed backend of my MERN application using typescript with all the configurations required for ts. Following is hierarchy of my project: Following is my tsconfig.json. { "...
Tauseef Razaq's user avatar
0 votes
0 answers
29 views

Build a simple project using gn

I am trying to use gn to build a simple C++ project. However when I run gn gen out I see this message: ERROR Can't find source root. I could not find a ".gn" file in the current directory or ...
Agnel Kurian's user avatar
  • 58.9k

15 30 50 per page
1
2 3 4 5
1583