Questions tagged as 'nodejs'

1
answer

Problem with node function js

I have the function x and I want to call in this function to get_read but always return undefined, in the console.log ('answer:' + info.message.body.lyrics.lyrics_body) if it prints well. How should I get the data: info.message.body.lyrics.lyric...
asked by 29.05.2018 / 22:12
0
answers

How do I install OpenSSL in Windows 10 x64?

Good morning I have seen several articles about OpenSSL but all related to Unix systems. Well, I have Windows 10 64bit, I would like to know the steps to follow to install it on my machine. Which version should I install if 64 or 32 bit? Well, I...
asked by 29.05.2018 / 08:48
0
answers

How to implement npm jsonymize in a project?

Hello, I have tried to include this module in a project with the require statement, however I am new to this and I do not know how to make it work correctly.     
asked by 31.05.2018 / 18:31
1
answer

Can folders be shared using the Google Drive API?

I am building an Add-in in which I want to visualize some folders that I have in Google Drive, these folders contain documents + folders and .PDF files etc. Inside my Add-in I already have the embedded code that I generate when I publish a fo...
asked by 30.05.2018 / 13:38
0
answers

Answer from socket.io returns OBJECT OBJECT

I am creating a chat in php and nodejs using library socket.io the thing is that from my index.php I make a call ajax that inserts the data in the database and I return the answer through a array to ajax, then I send that...
asked by 24.05.2018 / 14:55
1
answer

Meteor Tutorial - Tracker is not defined

I'm following the tutorial of Meteor with Ionic and although I've been solving some bug that has got stuck in one in particular I do not know where to put a hand. In particular it has been to modify the main.ts with this code import 'meteor-cl...
asked by 22.05.2018 / 12:35
0
answers

Debugge in Visual Studio Code

I created a simple application in node.js var app = require("express"); var express = express(); app.get("/", function(req, res){ res.send("Hello"); }); app.listen(3000); and the launch.json file: { "version": "0.2.0", "configu...
asked by 22.05.2018 / 14:06
0
answers

Express app using firebase functions

I'm setting up an express app in firebase functions The application is running correctly in the next url    link But I want to make it run in this url, just like in the official Firebase tutotial on youtube    link What am I...
asked by 21.05.2018 / 04:03
1
answer

Duplicate node installation

Check in Ubuntu 18, I want to update to the latest version of node and npm, and then update angular cli. The issue is that I find 2 versions of pre-installed node. If I do a node -v, it pulls 6.11.14 and if I do sudo node -v (with sudo), it thro...
asked by 25.05.2018 / 00:45
0
answers

Socket.io cleans the req.session session

I have an app that uses express, express-session, socket.io and socket.io.streams. The client connects to the server using:    socket.connect ('/ namespace') But when the connection is achieved, my req.session object remains empty. Does a...
asked by 19.05.2018 / 19:54