-
-
Make an authentication API whenever new user signup into our application, store the data in the user MongoDB model. Encrypt the password and make use of 'jwt' to return an encrypted string unique to t…
-
I'm attempting to run pkg on an express project that contains Node-Red, but when I attempt to run the exe it throws the error "Node-RED not built". Everything runs fine when done locally.
-
Hi,
We are considering rewriting some of our nodejs modules into native addons in C++, so I'm creating a small POC to show the performance difference. Unfortunately with the code I've written so fa…
-
# Problem/Motivation
Post upgrade to 6.1.0 node-red is refusing to start with the following message:
```
[11:51:33] INFO: Starting Node-RED...
> addon-node-red@ start /opt
> node $NODE_OPTION…
-
```
npm WARN deprecated bcrypt-nodejs@0.0.3: bcrypt-nodejs is no longer actively maintained. Please use bcrypt or bcryptjs. See https://github.com/kelektiv/node.bcrypt.js/wiki/bcrypt-vs-brypt.js to l…
-
Adding string
```Typescript
const config = require('config')
```
or
```Typescript
import 'config'
```
bringing fouling error:
```
Error: Config file /config/runtime.json cannot be read. Err…
-
## Issue Description
Trying to sync models with database, but failed. In my *app.js* file, I am doing the sync:
```js
const db = require('./utils/database');
const start = async () => {
const…
-
Hi,
My bcrypt module install fails in docker.
I am using docker for a node application the following is my docker file:
```
FROM node:10.16.2-alpine
# Create app directory
WORKDIR /app
COPY p…
-
Hi everyone!
I am using npm 6.14.8.
I have a working implementation of authentication from the loopback4-example-shopping. when trying to add the refresh token capability, I am facing the follo…