Most voted "cli" questions
7 questions
Sort by count of
-
4
votes1
answer455
viewsHow did the command-line interface (CLI) come about and what was this need?
If we look back about 10 years, I don’t remember having this feature for developing applications through CLI (command line interface) on Windows operating systems. Examples used today: Ionic CLI,…
-
2
votes1
answer1085
viewsProblem running ng build Angular
Hello, I’m having trouble in Angular when I run the following command to building in the project directory ng build --prod --aot=false, how do I fix the problem? What and why is this error…
-
2
votes0
answers76
viewsHow to use Sqlite in CLI applications written in Dart?
I’m testing the Dart to discuss its feasibility in replacing part of the code base in Java. I didn’t find anything similar to the JDBC specification in Dart, so I’m guessing the language doesn’t…
-
1
votes1
answer1879
viewsAngular 6 CLI command to create a Component in a specific folder
Is there any way to create a Component in Angular 6 CLI by specifying which folder it should be in? I searched the net and found the ng g c nome-componente --module=app but this is just to say that…
-
1
votes0
answers17
viewsAngular 2 - Uncaught (in Promise): Securityerror: Failed to execute 'replaceState' on 'History'
Does anyone know how to solve or direct this error when Gero a build with Angular ? Angular version information used: Angular CLI: 1.7.4 Node: 10.15.0 OS: win32 x64 Angular: 5.2.9 ... animations,…
-
0
votes1
answer60
viewsHow to specify a white space in the AWS CLI S3?
Use Powershell or CMD to execute a command on AWS CLI S3, the command I execute is this: aws s3 cp s3://repositorioimagens/ampliacao/BR/1022-IKON IMAGES/STOCK239/ . --recursive The problem is that…
-
0
votes0
answers67
viewsHow to implement in C++ and use in C# in VS?
EDIT: I want to implement in C++ (no limitations, using intrinsics, inlines, optimizing and everything else normally), choose what in what has been implemented is visible in . NET (C# at least) and…