Questions tagged as 'nodejs'

1
answer

Authentication error with VueJS and Firebase

I have an error that is happening to me when authenticating with VueJS and Firebase. It is a simple application that when authenticating, should redirect me to the profile of the user and show me the data of it. But sometimes it shows me the dat...
asked by 24.07.2018 / 22:40
1
answer

Email with points is not inserted in the database

Currently the project is developed with angular 5, express and a SQL database. When entering an email with points in its structure (for example: [email protected]) it does not enter them into the database. This is my code: add : func...
asked by 03.08.2018 / 00:47
0
answers

Change default page of Adminator Admin Dashboard

   How to change the default page of the template Adminator Admin   Dashboard, I would like the default page, start out Sign in. Repository of the template     
asked by 25.07.2018 / 23:11
0
answers

Problem with the autoImport Visual studio code

previously the auto imports were import { Subscription } from 'rxjs'; but now with the latest update of the visual studio code import { Subscription } from '../../../../node_modules/rxjs'; I mean it imports them from the base of the fi...
asked by 07.08.2018 / 19:26
1
answer

Update component in Vuejs

I am having a problem, I have developed an app where you have a login. Once logged in, it takes you to the user profile, but always the information of the previous user appears, only updated when I change the script and then automatically refres...
asked by 25.07.2018 / 18:13
0
answers

Angularjs 1.6 with backend node js does not show data

On the frontend I wrote the following code <table class="table table-condensed table-striped table-hover" id="example" > <tr ng-repeat="item in $ctrl.entity"> <td class="acciones" data-title="'Acciones'">...
asked by 19.07.2018 / 03:59
0
answers

Node Js on my server

I want to mount on my server (cpnel is not shared) a small notification system in real time and I will use node js with socket.io , my question is what requirements should I have on my server or should I enable to work , what I do...
asked by 20.07.2018 / 02:04
1
answer

Eslint no-console

How to make sure that I do not get the error when I want to debug with console.log() using Eslint? The question is also valid for alert() Error message:    error: Unexpected console statement (no-console) at   src \ compon...
asked by 16.07.2018 / 19:21
0
answers

Iron Router does not work for me

Dear, I can not redirect a login to the profiles template in meteor with iron: router: I DO NOT ALSO SHOW THE TEMPLATE: profiles.html main.js import { Template } from 'meteor/templating'; import { Meteor } from 'meteor/meteor'; import { Rou...
asked by 14.07.2018 / 16:16
0
answers

Best way to communicate two computers knowing only one IP

I'm trying to create a program that incorporates a kind of exchange JSONs messaging system, so there is an A or central team, of which we know its static IP and one or more B computers, which have dynamic IP and unstable. The communication th...
asked by 12.07.2018 / 13:59