Skip to content

Commit 003f3cb

Browse files
SethSeth
authored andcommitted
docs: add node.js version info
1 parent f011bdf commit 003f3cb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

TROUBLESHOOTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Troubleshooting
2+
3+
### `EACCESS` error
4+
15
If you get an `EACCESS` error, the simplest way to fix this is to rerun the command, in either of the following ways:
26

37
- On unix shells, prefix the command with sudo
@@ -7,3 +11,7 @@ If you get an `EACCESS` error, the simplest way to fix this is to rerun the comm
711

812
You can also fix the permissions so that you don't have to use `sudo`. Take a look at this npm documentation:
913
https://docs.npmjs.com/getting-started/fixing-npm-permissions
14+
15+
### `EEXIST` error
16+
17+
Make sure you are using an active version of Node.js. Active versions can be found [here](https://nodejs.org/en/about/releases/).

0 commit comments

Comments
 (0)