build Questions

3

I have a basic reactjs app. I want to deploy it to netlify. To deploy it on netlify, I need to build it first. But when I run npm run build it throws following error. My npm version is 6.14.8. CI= ...
Celibate asked 17/1, 2021 at 11:22

2

I'm trying to build a flutter project from Xcode Version 12.4 for a iPhone 12 Simulator with iOS 14.4. Everything works fine from command line by running flutter run. In Xcode I met the following e...
Blazonry asked 15/4, 2021 at 17:43

19

Solved

I am trying to run a simple HelloWorld C# .NET Core Console Application and I get this error. Being fairly new, I couldn't resolve it upon trying certain things mentioned in another answer. Please ...
Jat asked 10/4, 2020 at 12:42

3

I am trying to deploy my application. When I try to build on my local machine it works fine, but when the build runs on GitHub it is not working. For information, I am using yarn and yarn build to ...
Monostich asked 13/12, 2022 at 13:9

1

I have some files in a folder that I want to create a derivation out of to pass them as inputs to dockerTools.buildImage later. I'm not sure how to do this. This doesn't work: database = pkgs.stden...
Watchword asked 13/5, 2023 at 13:29

3

I am trying to build a Python package, but it gives the following error. * Creating virtualenv isolated environment... * Installing packages in isolated environment... (setuptools >= 40.8.0, whe...
Demagnetize asked 7/10, 2022 at 12:25

2

Solved

May be a well known question, but actually I'm asking this, because I'm not familiar with these tags. I've seen similar types of tags in various Github projects, especially in their README.md. M...
Rexer asked 22/2, 2016 at 20:18

3

Solved

I have multiproject build in the buildSrc dir. buildSrc ---build --- subProject1 ----build (2) --- subProject2 ----build (3) --- subProject3 ----build (4) --- subProject4 ----build (5) ...
Dobrinsky asked 8/8, 2014 at 10:13

2

Solved

don't know weather it is an issue with Docker / Shell / BigSur Update, but a normal Docker Build Command like: docker build -f Dockerfile -t MYIMAGE . recently started to change the default output...
Hondo asked 2/3, 2021 at 13:3

3

Solved

not sure what im doing wrong here, im fairly new to Angular and im fumbling along somewhat with regards to routing. I'm running Angular 12.2.0 and have setup routes on localhost. I'm just navigatin...
Weatherboard asked 12/2, 2022 at 17:13

7

While running app, unable to complete compilation. Keep throwing error. I installed jdk and added java_home path, but still get this error. Also, I havent any issue when i write flutter doctor -v P...
Monsour asked 24/1, 2022 at 16:24

2

Solved

I am running a LAMP stack in docker with the help from docker-compose, and for the webserver I am using the official image from https://hub.docker.com/_/httpd. The httpd container is created by a D...
Satirical asked 8/3, 2020 at 20:43

2

TeamCity .NET CLI (dotnet) Build Building a Visual Studio Solution ( .sln ) with multiple Projects ( .csproj ). Is it possible to exclude a certain project from the build ? This is a project no...
Exhaustion asked 26/9, 2019 at 23:26

6

Solved

I know how to run a single target in ANT, but it also checks the "depends" attribute and runs those before the target. Is there a way to prevent this or a way to structure my ANT file so that I can...
Olmstead asked 28/5, 2009 at 18:20

6

I allready searched for solutions but couldn't find anything that works. I'm trying to build / run apk with cordova but the emulator (and also my phone) won't start the app and fail on installatio...
Supercilious asked 14/6, 2016 at 8:38

11

Just wondering if someone could help me with some msbuild scripts that I am trying to write. What I would like to do is copy all the files and sub folders from a folder to another folder using msbu...
Plagiarize asked 23/9, 2008 at 5:20

9

After I run "npm run build", I got this tip in the console: Build complete. Tip: built files are meant to be served over an HTTP server. Opening index.html over file:// won't work. In my local ...
Congressman asked 13/12, 2017 at 15:22

1

I am writing a Rust CLI tool which uses a C library that I'm linking statically. I followed the bindgen tutorial to get started, and can currently create a binary that works as expected with cargo ...
Slut asked 6/3, 2022 at 16:46

3

Solved

I have built a next.js app. The pages works fine in development env, but if I try to run the production build only the index.js page is loaded properly, all other pages end in a 404. The npm run ...
Aerometry asked 21/9, 2019 at 10:3

4

I am attempting to use the libtommath library. I'm using the NetBeans IDE for my project on Ubuntu linux. I have downloaded and built the library, I have done a 'make install' to put the resulting ...

2

Solved

I am building a website with NextJS that takes some time to build. It has to create a big dictionary, so when I run next dev it takes around 2 minutes to build. The issue is, when I run next export...
Mccarthy asked 27/11, 2021 at 12:9

2

I am trying to build xcode (14.3) project and getting this error. Any idea how to fix it? error: Build service could not create build operation: unable to load transferred PIF: The workspace conta...
Hard asked 5/4, 2023 at 3:19

4

Solved

node_modules/axios/index.d.ts:93:12 - error TS2304: Cannot find name 'AbortSignal'. 93 signal?: AbortSignal; ~~~~~~~~~~~ Found 1 error. When trying npm run build comand for node typescript pro...
Idiot asked 23/11, 2021 at 11:0

3

Solved

Whenever I tries to do pod install it gives me this error Downloading dependencies Installing BVLinearGradient (2.5.6) Installing CocoaAsyncSocket (7.6.5) Installing DoubleConversion (1.1.6) Insta...
Optical asked 17/8, 2021 at 20:13

6

I have just checked out some projects and need to build them, however I installed Maven quite some time ago (6 months maybe?) and really haven't used it since - the pom.xml for the project I have d...
Logorrhea asked 2/3, 2010 at 6:28

© 2022 - 2024 — McMap. All rights reserved.