-
Since last commits I'm getting "500 ReferenceError: DoctapeCore is not defined"
Stack Trace:
at new module.exports (/Users/pascalprecht/Projects/private/couchtapeapp/node_modules/doctape/doctape.js:…
-
I have only little experience with Node and couldn't find the source of the problems causing this error in the stdout:
```
[ERROR] TypeError: Cannot read property 'repo' of undefined
at EventEmi…
-
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at validateString (internal/validators.js:117:11)
at Object.join (path.js:375:7)
at noop…
-
Is this an error or the expected output on port 3000?
{"status":404,"stack":"Error: Not Found\n at /usr/src/app/app.js:135:13\n at Layer.handle [as handle_request](/usr/src/app/node_modules/exp…
-
Hi guys,
I test the most simple :
passport.use(new WindowsStrategy({
integrated: true
}, function(profile, done){
User.findOrCreate({ waId: profile.id }, function (err, user) {
done(e…
-
Hi. I tried to implement express-ws in my existing project. After it failed it tried the example in a new project. I even done it all in one file and it's not working:
```
var express = require('exp…
-
Attempting to build your code gives 5 security warnings, 4 of which can be fixed by `npm audit fix`.
On localhost, the Error I get is:
```
Error: secret option required for sessions
at ses…
-
Hey, thanks for the great library, looks very promising, especially the observer part. But I cannot get it to work. What I tried:
1. Added the tradfri node to the flow, clicked on it
2. Clicked "Add…
-
```
TypeError: Cannot read property 'count' of undefined
at Store.count (/home/bob/files/node_modules/agenda-ui/lib/store.js:41:37)
at Store.definitions (/home/bob/files/node_modules/agenda-ui…
-
Hi guys,
I'm trying to implement a remember-me strategy for my NodeJS application with Passport, I have tried the main example available on the official Passport website (https://www.passportjs.org/p…