mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-12 03:42:47 +02:00
docs(readme): 🩹 ERR_OSSL_EVP_UNSUPPORTED Node Fix.
Signed-off-by: Nishant Arora <1895906+whizzzkid@users.noreply.github.com>
This commit is contained in:
@@ -105,6 +105,12 @@ To build a local copy, run the following:
|
||||
npm start
|
||||
```
|
||||
|
||||
1. On the latest version of Node (>=18) you'll encounter `ERR_OSSL_EVP_UNSUPPORTED` errors. To fix this, either use Node 16 or:
|
||||
|
||||
```bash
|
||||
NODE_OPTIONS=--openssl-legacy-provider npm start
|
||||
```
|
||||
|
||||
1. Open [localhost:8080](http://localhost:8080) in your browser.
|
||||
|
||||
You can close the local server with `CTRL` + `c`. To restart the local server, run `npm start` from inside the `ipfs-blog` directory.
|
||||
|
||||
Reference in New Issue
Block a user