2020-09-01 13:05:24 -05:00
|
|
|
---
|
2020-09-01 13:33:28 -05:00
|
|
|
name: Bug report 🐛
|
|
|
|
about: A feature is not working as is expected, I want to report a bug
|
2020-09-01 13:36:15 -05:00
|
|
|
labels: 'issue: needs triage'
|
|
|
|
title: ''
|
|
|
|
assignees: ''
|
2020-09-01 13:05:24 -05:00
|
|
|
---
|
|
|
|
|
|
|
|
**Describe the bug**
|
2020-09-01 13:33:28 -05:00
|
|
|
<!-- A clear and concise description of what the bug is. -->
|
2020-09-01 13:05:24 -05:00
|
|
|
|
|
|
|
**To Reproduce**
|
2020-09-01 13:33:28 -05:00
|
|
|
<!-- IMPORTANT:
|
|
|
|
- How to reproduce the issue
|
|
|
|
- Steps to reproduce the issue
|
|
|
|
|
|
|
|
Be aware, the lack of reproducible steps the issue might cause your ticket to be closed.
|
|
|
|
-->
|
2020-09-01 13:05:24 -05:00
|
|
|
|
|
|
|
**Expected behavior**
|
2020-09-01 13:33:28 -05:00
|
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
2020-09-01 13:05:24 -05:00
|
|
|
|
|
|
|
**Screenshots**
|
2020-09-01 13:33:28 -05:00
|
|
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
|
|
|
|
|
|
|
**Configuration File (cat ~/.config/verdaccio/config.yaml)**
|
|
|
|
|
|
|
|
<!-- Please be careful do not leak any sensitive information, remove tokens -->
|
|
|
|
|
|
|
|
**Environment information**
|
|
|
|
<!-- Please paste the results of running `verdaccio --info` -->
|
|
|
|
|
|
|
|
**Debugging output**
|
|
|
|
- `$ NODE_DEBUG=request verdaccio` display request calls (verdaccio <--> uplinks)
|
|
|
|
- `$ DEBUG=express:* verdaccio` enable extreme verdaccio debug mode (verdaccio api)
|
|
|
|
- `$ npm -ddd` prints:
|
|
|
|
- `$ npm config get registry` prints:
|
2020-09-01 13:05:24 -05:00
|
|
|
|
2020-09-01 13:33:28 -05:00
|
|
|
<!--
|
2020-09-01 13:05:24 -05:00
|
|
|
|
2020-09-01 13:33:28 -05:00
|
|
|
IMPORTANT: please do not attach external files, all content should be visible from any device.
|
|
|
|
-->
|
2020-09-01 13:05:24 -05:00
|
|
|
|