-
For example `chai-as-promised@5.0.0` has a peer dependency of `chai >= 2.1.2 < 3` but after checking for updates `chai@3.0.0` was suggested.
-
### Is this a bug report?
yes
### Did you try recovering your dependencies?
yarn --version
1.3.2
### Environment
1. `node -v`: v9.5.0
2. `npm -v`: 5.6.0
3. `yarn --version` (if you u…
-
**Informations**
- **Node.js version**: v10.15.0
- **NPM version**: 6.7.0
- **Strapi version**: 3.0.0-alpha.21
- **Database**: PostgreSQL 11
- **Operating system**: Ubuntu 18.04
**What is th…
-
## Version **0.14.0** of [knex](https://github.com/tgriesser/knex) was just published.
Branch
Build failing 🚨
Dependency
knex
…
-
I sometimes find it hard to guess if a function is async/returning a promise or not. This is a call to arms to decide, or at least discuss pros/cons of suffixing functions (or other naming convention)…
-
## Introduction
After setting up a model and calling fetchAll, I recieve and error message telling me it is querying from an undefined table. If I query from knex directly or pg directly it works. …
-
For each repo we need to:
- remove `.jshintrc`
- update the `.gitignore` and `.npmignore files`
- update `package.json` file
- add a `lint` task
- install `semistandard`
- install `eslint-…
-
We have a few goals of restructuring the codebase that we have agreed on but aren't documented anywhere. This issue serves as a place to document what we plan to do & as a place to document new utils …
-
**Informations**
- **Node.js version**: v10.15.0
- **NPM version**: 6.4.1
- **Strapi version**: 3.0.0-alpha.18
- **Database**: PostegreSQL
- **Operating system**: U…
-
How can i deploy to Heroku successfully?
I got the app on my localhost and exposed it with Ngrok. I was able to successfully install it on my development store.
I can't seem to get it running on…