You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,8 +122,8 @@ Checkout the updated list [here](https://github.com/FiloSottile/mkcert/blob/mast
122
122
123
123
## Troubleshooting
124
124
### Node.js version
125
-
https-localhost requires Node.js 8 or higher.
126
-
<sub>If you need compatibility with previously Node.js versions let me know, we'll try to rearrange the code.</sub>
125
+
https-localhost is compatible with the LTS and latest version of Node.js.
126
+
<sub>If you need compatibility with other Node.js versions let me know, we'll try to rearrange the code.</sub>
127
127
128
128
### root required
129
129
-**At first run** this tool generate a trusted certificate. The sudo password may be required. If you cannot provide the sudo password generate a `localhost.key` and `localhost.crt` and specify its path with `CERT_PATH=/diractory/containing/certificates/ serve ~/myproj`.
0 commit comments