Good ... install serialport with npm install --save serialport and when doing let serialport = require('serialport'); and try to run the application I skip the following error.
and this in console:
pd: I did not k...
I try to log-in, the server being programmed in Javascript (using node.js). The problem that I have (which I saw is very common but still do not find my problem back) is that when I try to read it I get the following message: Value //Objeto J...
I have some nodejs scripts to query a mongo Db, but what I want is that this script is running indefinitely, maybe with a 5 minute sleep, and if it stops there is another script that he "revives" him.
Any ideas on how to do these processes? I...
Good afternoon, I have a problem but I do not give with the joke,
I'm linking a file called appAllMarket.js to my html but can not find the path, the problem that I think is that it is in a folder called models outside the folder...
I need to get from this answer, only the error number. If it is 404, 403, or some other. This is done at NodeJS, does anyone have any idea how I can do it? I leave the answer.
GotError: GET https://api.github.com/repos/org/repo/contents/...
I try to login with github but in the Node backend when I do the exchange of the code that returns me git for callback for an access_token I have this error
Error: request entity too large
fetch('https://github.com/login/oauth/access_t...
I have an error that sends me postman
Product is not a function
My code in nodejs is as follows
'use strict'
const express = require("express"),
bodyParser = require("body-parser"),
mongoose = require("mongoose")
const...
I've done this little test with typescript and nodejs :
setInterval(() => {
console.log(new Date());
}, 3000);
and while the script is running, I change the date in the system (Windows 10), and the script...
When wanting to run the AVA tests on Windows using this command:
npm run test
which in turn executes this command:
"SET \"NODE_ENV=test\" & nyc ava --require babel-register test/**-test.js $AVA_ARGS",
throws me this error:
Th...