Questions tagged as 'node.js'

0
answers

Redirection problem

I'm creating an application in node.js using admin expression to manage the data. It ran great as locally, but when I put it on the Apache server redirection for login gives error. In case, when I was to http://localhost/sales/admin...
asked by 17.01.2016 / 03:58
0
answers

Can I access database using electron js? [closed]

Can I access database with electron js, is there any limitation on its use? if so which ones?     
asked by 30.07.2016 / 04:43
1
answer

Problem code multiplayer game NodeJS

Hello, I'm having trouble creating a real-time game with node.js, below is the part of the client: var position = {x:0, y:0}; var canvas = document.querySelector("canvas"); var context = canvas.getContext("2d"); var ws = io.connect("http://loc...
asked by 12.12.2015 / 03:29
1
answer

Because my program does not generate CSV in UTF-8 that can be read correctly by Excel, but notepad generates

I have generated .CSV files in javascript , in UTF-8, but they are not read with correct encoding in Microsoft Excel (generating invalid characters instead of accented ones, as if I had read ISO 8859-1 or something like this). Mo...
asked by 29.08.2016 / 22:35
1
answer

"npm" command not working correctly on Windows 8.1 Single Language x64

I am running the npm command in CMD but it is not returning, nor when I request to display the npm version, nodejs folder, I already did a simple test with nodejs , like Hello World !, I already created a simple server and everything ba...
asked by 10.03.2016 / 18:31
1
answer

Authentication / Permissions with MEAN Stack

I'm studying MEAN stack, I'm really enjoying it, and I'm developing simple applications, but I could not find something that would really help me understand better about authentication and permissions using MEAN, and what my bank would look like...
asked by 20.02.2016 / 04:21
0
answers

Doubt with nodejs: receiving email

Thank you in advance for being able to help. I'm using this code: client.openMailbox("INBOX", function(error, info){ if(error) throw error; var ex; client.listMessages(-10, function(err, messages){ messages....
asked by 17.06.2016 / 19:11
0
answers

Error when using npm in Windows 10 [closed]

I have a problem when I try to start an application using nodejs in Windows 10. Any time I use any npm command (by taking the -v) the following error is displayed Error: Cannot find module 'verror' at Function.Module._resolveFilename (mod...
asked by 17.07.2017 / 14:47
3
answers

Problem to use gulp

Look, I'm starting to use the gulp I started a project on my work computer and everything worked correctly (Elementary OS). Now at home the gulp does not work well (also Elementary OS). When I run the gulp command, it says it did not find the...
asked by 13.02.2014 / 23:11
2
answers

Function that generates file

How to create a function in javascript that generates an .ini file? For example, I will fill 2 fields and it will generate a file like this [teste] nome: "campo 1 que vou preencher" teste: teste teste: teste email: "campo 2 que vou preenche...
asked by 13.09.2016 / 20:36