1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
## Issue
<!--
Thanks for reporting an issue.
Before doing so, there are a few checks to do in
order to optimize its resolution. Just fill in the
following template.
Beware that you also can create a pull request
if you know how to solve the issue.
Finally scroll down if you are asking for a new feature ;)
-->
I'm a gentledev I:
- [ ] fully read the README recently
- [ ] searched for existing issues
- [ ] checked I'm up to date with the latest version of the project
### Expected behavior
### Actual behavior
### Steps to reproduce the behavior
### Debugging informations
- `node -v` result:
```
<paste here>
```
- `npm -v` result:
```
<paste here>
```
If the result is lower than 10.19.0, there is
poor chances I even have a look to it. Please,
use the last [NodeJS LTS version](https://nodejs.org/en/).
## Feature request
<!--
If you think a feature need to be added, your suggestions
are welcome. Beware though that:
- I try to keep my modules simple so please ensure the requested
feature is really related to this module. If not, you may
instead create a module that augment/work with this one,
- I am not your employee so keep calm and be aware that your
request may stay incomplete for ever. Nothing impeach you
to implement the feature and get it merged though.
-->
### Feature description
### Use cases
- [ ] I will/did implement the feature
|