-
I have created a REST API using NodeJs and TypeScript using [aws-nodejs-typescript](https://github.com/serverless/serverless/tree/master/lib/plugins/create/templates/aws-nodejs…
-
Hey there,
tried your package. Getting this error message:
```javascript
.\node_modules\scp2\node_modules\ssh2-streams\lib\sftp.js:878
throw new Error('handle is not a Buffer');
^
Er…
-
您好,打扰一下,就是我在启动项目前安装依赖的时候报了个错,主要是bcrypt安装的一点问题,我将bcrypt去除,yarn安装成功。bcrypt是c++编写的,bcryptjs是js编写的,功能相同,性能bcrypt会好些,项目里也只是使用了bcryptjs,为何还需要安装bcrypt呢,不是二者存其一即可吗?
-
Hello,
I have a database passwords with hasad this code :
`
BCrypt.Net.BCrypt.EnhancedHashPassword("test");
// the result is :
// $2a$11$LSbpD8Wu2xD4mr878RM9k.2Am7A4WkqApoNzp40BagIzQmpPow…
-
---
### Describe the bug
I get a "bad request" when trying to install any plugin. I reported the problem to the peertube dev, who suggested to report it here since it's ynh specific.
### Con…
-
while doing auth node taking so much time like 2-3 min it never happen before while doing auth or anything else .
**passport auth file**
```
const LocalStrategy = require('passport-local')…
-
# Bug report
## Describe the bug
after `npm install` I try to run `npm run build` but get the following error below, I deleted **node_modules** multiple times and reinstalled even installed **aw…
-
Between 5.1.1 and 5.1.2 the package.json changed version of ajv from ^5.3.0 to ^6.5.5.
When some other package (like request 2.88.0) has a dependency of har-validator ~5.1.0, it can cause other thi…
-
**Informations**
- **Node.js version**:
- **npm version**:
- **Strapi version**:
- **Database**:
- **Operating system**:
**What is the current behavior?**
**Steps to rep…
-
Hello,
I'm testing HBP with nuxtjs.
After a successfull register, everything is fine in db, but i cannot login (username and password do not match).
After a quick check in the login controll…