build Questions
41
Solved
I am in the process of upgrading our existing solution to .Net 4.6.1 and have been unable to get our unit tests to run during a server build. Locally they run as expected and flipping the framework...
Could asked 14/1, 2016 at 13:2
4
Solved
I'm working in vscode, and I want to build the chromium in tasks.json, but the build shell report error command not found. I use echo $PATH to see the environments variables in tasks.json. It seems...
Clownery asked 10/6, 2021 at 8:17
3
Solved
Some context:
I'm a Docker newbie (on it since 1 day),
I've got a small VM running linux/AMD and I own a M1 Mac (ARM),
I'd also like to use a container for development (instead of virtual env).
F...
Schuster asked 28/12, 2022 at 16:55
32
Solved
In my package.json I have these two scripts:
"scripts": {
"start-watch": "nodemon run-babel index.js",
"wp-server": "webpack-dev-server",
}
I have to run these 2 scripts in parallel everytim...
Explant asked 20/6, 2015 at 3:42
3
Solved
It is needed verify whether the latest build was deployed. I would like add timestamp on build log and in each file of the build output. I am using a Vue framework and yarn.
Entreat asked 4/10, 2019 at 15:21
8
Solved
I'm developping android native applications and i have for them a library project containing all the common tools for these applications.
I was importing my library with jfrog artifactory and it wa...
6
Solved
I made a program in Visual Studio 2010 on Windows 7 64-bit.
When I try to run it on Windows XP 32-bit I got message that msvcr100.dll is missing. When I try to copy that file from Win7 to WInXP I g...
Gumboil asked 22/9, 2010 at 10:57
3
Im trying to log build date for my React+Vite app. All i need is something like this in my index.html:
<script>console.log(__BUILD_DATE__);</script>
and __BUILD_DATE__ replaced with bui...
7
I know there are number of questions for variations for this error already, but none of them have helped me so far. I'm new to Android development and am lost in the numerous files scattered throug...
Opah asked 6/5, 2021 at 20:45
4
I am not particularly experienced with either npm or webpack. I have a fairly small project that builds very quickly locally (much less than a minute), yet takes a ridiculously-long time to run on ...
2
We have downloaded a project from TFS and after restoring Nuget packages we are getting below error:
Error 5 The "ValidatePackageReferences" task could not be loaded from the assembly projectPath\...
Fiendish asked 30/10, 2017 at 23:25
4
Solved
I am trying to build my spring boot project with this command:
./gradlew build
But it continuously throws this error:
'Execution failed for task ':compileJava'. invalid source release: 11'.
My pr...
Journalize asked 12/12, 2021 at 2:13
10
This question was asked several times, there are some answers, but this problem is more specific, the additional directories path is set correctly (files are found).
Nevertheless building my proj...
Tonsil asked 1/2, 2014 at 16:46
3
When it comes to programming what does it really mean to build a project?
From my experience it usually means to compile a program. But what if it is a project that doesn't need compilation like a...
Dihybrid asked 12/8, 2014 at 13:27
6
Solved
When building my Angular 7 project with --prod, I receive a warning in budgets.
I have an Angular 7 project. I am trying to build it, but I keep getting the following warning:
WARNING in budgets, ...
Dolt asked 1/1, 2019 at 13:44
4
Solved
There are three files, (m.c,m.h, and **main.c*).
File m.h
// m.h
int m();
File m.c
// m.c
#include <stdio.h>
#include "m.h"
int m(){
printf("Hello,m!\n");
return 0;
}
File main.c
/...
2
Solved
Expo for some reason has started giving me the following error when I try to build using "npx expo run:ios":
Your computer requires some additional setup before you can build onto physica...
Horst asked 11/9, 2023 at 10:22
1
Trying to create ipa from archive running the following command:
xcodebuild -exportArchive -archivePath $PWD/archive/test.xcarchive -exportOptionsPlist exportOptions.plist -exportPath $PWD/build
...
Savarin asked 6/2, 2019 at 6:50
14
Solved
Is there a faster way to remove a directory then simply submitting
rm -r -f *directory*
? I am asking this because our daily cross-platform builds are really huge (e.g. 4GB per build). So the ha...
9
I am trying to run my existing flutter application and I am getting this exception. How can I solve this issue?
Exception: [!] Your app is using an unsupported Gradle project. To fix this problem...
5
Flutter doctor did not show any issues. What could be wrong?
executing: flutter run -d linux
Shows the following:
CMake Error at /snap/flutter/81/usr/share/cmake-3.10/Modules/CMakeTestCXXCompiler.c...
3
Is it possible to build in VITE and use application-name.css or my-site-name.css?
VITE has an option to build a custom JS file, but not a custom CSS or SCSS file (for export).
https://vitejs.dev/gu...
3
Solved
I am trying to modify my configuration file, dataSettings.json, located somewhere inside the build artifacts folder. Figuring out the correct access path to it is like working in the dark. Using &q...
Tiffie asked 24/2, 2021 at 16:30
7
Solved
I am getting error while installing grpcio using pip install grpcio on my windows machine.I read here - https://github.com/grpc/grpc/issues/17829 that it may be due to error in a version of setupto...
Coot asked 29/5, 2019 at 9:54
7
Hello i have a reactjs app, and I build my project with bellow command
npm build
Here is my package.json file:
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"...
Maudemaudie asked 15/9, 2017 at 9:6
© 2022 - 2024 — McMap. All rights reserved.