Questions tagged as 'nodejs'

0
answers

Error Install etherumjs-wallet with npm for ionic app

npm i ethereumjs-wallet    [email protected] preinstall / root / development / LydianID / LydianID-poc / node_modules / scrypt   node node-scrypt-preinstall.js Error: Error: Command failed: ./configure configure: error: in /root/development...
asked by 10.07.2018 / 12:44
0
answers

Simpl-Schema Error in MeteorJs

I'm using MeteorJs, I'm new and I'm developing an app. TypeError: func is not a function I have this error that I do not know what is due: W20180704-19:24:46.581(-3)? (STDERR) throw error; W20180704-19:24:46.582(-3)? (STDERR)...
asked by 05.07.2018 / 00:37
1
answer

Error with nginx Plugin for Docker Compose

I have a problem when lifting the service kobo-docker_nginx_1 in a virtual machine with Ubuntu 16.04. The following error appears when trying to execute the docker-compose up command: for kobo-docker_nginx_1 Cannot start servi...
asked by 05.07.2018 / 16:22
0
answers

Nodemon fails to start

I executed the following command: npm run dev The dev command is described in package.json as follows: "dev": "nodemon src/index.js", And I have the version of nodemon 1.17.5: "devDependencies": { .... "nodemon": "^1.17.5",...
asked by 27.06.2018 / 19:48
0
answers

proxy node.js in visual studio

Hello everyone I have the following problem, I have installed in my visual studio machine, and additionally Node.js, the visual studio brings its own nodejs, I am using a proxy by and it works correctly if I run an application using CMD or power...
asked by 26.06.2018 / 19:42
1
answer

Trigger does not run

I am using the express framework to learn how to create a simple resample with node and mysql and I have the following code: router.post('/CrearUsuario',function(req,res,next){ postData = Array() postData.push(req.body.primerNombre);...
asked by 26.07.2018 / 23:36
0
answers

Error ElectonJS

This app is programmed in an iMac but now I want to run it in another mac, I install dependencies and I run it but it gives me the following error:    MacBook-Air-of-Alejandro: electron-smartboxes alexhack $ npm install   npm WARN @ agm / cor...
asked by 23.06.2018 / 11:54
0
answers

HTTPS In MEAN Self-signed?

Hi, I would like to know if it is possible to create a self-signed and valid https page by google, because create a code with openssl in Ubuntu 16.0.4 But when generating the codes and putting them in node, I used to say that the signatures w...
asked by 23.06.2018 / 06:38
0
answers

ERROR with MeteorJS and MongoDB

Dear, I have an error that I can not solve and I do not know where it is because I do not have any error as a reference. I am new with Meteor, I am developing a simple "Hello Word" start application, but I can not show the data in the applica...
asked by 23.06.2018 / 22:44
1
answer

How can an express api be used only for projects on the same server? (IP)

I have a project on a VPS server and in the same api running with Node and Express, it is accessible from outside and inside the server without problems, but I would like that this api could only be accessed by pages or app running on the same s...
asked by 22.06.2018 / 07:01