38 lines
930 B
Markdown
38 lines
930 B
Markdown
---
|
|
name: Issue/Bug report
|
|
about: Create a report to help us improve. or resolve any issue
|
|
title: "[ERROR] Node.js XX on UbuntuXX Installation fail"
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe your bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**Distribution Information:**
|
|
|
|
- OS: [e.g. Ubuntu]
|
|
- Version [e.g. focal (20.04)]
|
|
- Other info if applicable [e.g. Docker image XXX, AWS AMI ID]
|
|
|
|
**Node Version:**
|
|
|
|
- Node: [e.g. Node.js v18.x:]
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
|
|
1. Execute Ubuntu Docker Image XX
|
|
2. Execute Installation instructions for Node.js v1x.x:
|
|
3. ....
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here, specify if already has another NodeJS version or if trying to re-install the current version.
|