In order to get the issue resolved quicker, please provide information on how to reproduce the issue.
This is done by providing the command you used to get the issue and other information related to it.
If there's an error message, provide the error.
To provide it, place it in three backticks (`), with a new line after them and then the error, closing it with another three backticks like so;
```
THIS IS MY ERROR
```
You can also provide it with the language tag js
like so;
```js
THIS IS MY ERROR
```
This makes it easier to read.