Questions tagged as 'cli'

1
answer

Angular 2 cli ng build --prod

When executing any of these two commands ng build --prod ng serve --prod I get the following error. EXCEPTION: Uncaught (in promise): Error: Cannot find 'default' in 'app/home/home.module' Error: Cannot find 'default' i...
asked by 07.03.2017 / 10:55
2
answers

DNS query to find the CNAME

How can I find the CNAME record of www.google.es using the command dig , host and nslookup     
asked by 17.04.2018 / 13:19
1
answer

Shoot python scripts with the Ubuntu console

Good morning, I am working in Python on Ubuntu , I need to create an application that executes various actions through common console commands without calling the python3 entity. for example: user@usuario-de-ubuntu:~$...
asked by 07.12.2017 / 20:58
1
answer

Problem with CLI in CodeIgniter

I'm trying to run CLI by following the documentation but it throws me errors and there's no way. I am located in the main root of my project, one empty with a couple of methods in welcome.php and connection to a database. The minim...
asked by 19.10.2016 / 09:59
2
answers

ANGULAR CLI ERROR

I have a problem installing angular-cli on a docker. I'm running the command npm install -g @angular/cli@latest and it shows me the error attached    /root/.nvm/versions/node/v8.6.0/bin/ng - >   /root/.nvm/versions/node/v8.6.0/lib/...
asked by 02.10.2017 / 06:46
0
answers

Error creating an angular service

Good I'm starting with angular and I want to create a service but when I try it, it does not and it gives me the following error: (node:4292) ExperimentalWarning: The fs.promises API is experimental Cannot read property 'NullLogger' of undefi...
asked by 13.10.2018 / 07:44
0
answers

How to make a build only with some modules in angular4

I have an application with n modules, however for security reasons I want to build only with some of its modules. What is the way to achieve this? Or in any case generate different applications that are integrated in the same context sharing...
asked by 05.06.2018 / 18:05
0
answers

I have a problem creating an Angular Project

I am using Windows 7 (32 Bits), I have installed Node.js, NPM and the Cli of Angular. at the moment of creating a project through the command ng new ProjectNameAngular starts all right, but after downloading all the content shows a number of err...
asked by 13.05.2018 / 21:09
0
answers

/root/.bash_profile: No such file or directory

I have to install aws cli and for that it requires something of pip , I do not understand very well that it is. Following this tutorial link by following all the steps as I got the following error. Does anyone know what it is? Beca...
asked by 09.05.2018 / 23:31
0
answers

Bus Communication Vue CLi

Hello, I have this code with vue cli and I am not updating the data of the second component. I am using a project echo in electron-vue / vuetify main.js import Vue from 'vue' import axios from 'axios' import Vuetify from 'vuetify' import 'v...
asked by 21.02.2018 / 04:24