mirror of
https://github.com/tj/n.git
synced 2024-11-22 19:57:54 +01:00
42 lines
560 B
Markdown
42 lines
560 B
Markdown
|
---
|
||
|
name: Support
|
||
|
about: Got a problem?
|
||
|
|
||
|
---
|
||
|
|
||
|
# Problem
|
||
|
|
||
|
<!--
|
||
|
The text in these markdown comments is instructions that will not appear in the displayed issue.
|
||
|
This is a suggested template, but you don't have to follow it!
|
||
|
-->
|
||
|
|
||
|
## Short Version
|
||
|
|
||
|
<!--
|
||
|
Add a clear and concise description of your problem.
|
||
|
-->
|
||
|
|
||
|
## Long Version
|
||
|
|
||
|
<!--
|
||
|
Add more explanation and useful information or commentary as needed.
|
||
|
-->
|
||
|
|
||
|
## Configuration Details
|
||
|
|
||
|
<!--
|
||
|
Run these commands and copy in the info.
|
||
|
-->
|
||
|
|
||
|
```bash
|
||
|
$ n --version
|
||
|
?
|
||
|
|
||
|
$ command -v node
|
||
|
?
|
||
|
|
||
|
$ node -p process.platform
|
||
|
?
|
||
|
```
|