docs:improve docs for firefox build on node 20
This commit is contained in:
@@ -8,7 +8,8 @@ This project has been tested with Node v20.2.0 and NPM 9.6.6.
|
|||||||
Please run the following commands to install dependencies and generate a build
|
Please run the following commands to install dependencies and generate a build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
NODE_OPTIONS=--openssl-legacy-provider npm install
|
export NODE_OPTIONS=--openssl-legacy-provider
|
||||||
|
npm install
|
||||||
npm run build:firefox:beta
|
npm run build:firefox:beta
|
||||||
npm run build-zip
|
npm run build-zip
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -8,7 +8,8 @@ This project has been tested with Node v20.2.0 and NPM 9.6.6.
|
|||||||
Please run the following commands to install dependencies and generate a build
|
Please run the following commands to install dependencies and generate a build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
NODE_OPTIONS=--openssl-legacy-provider npm install
|
export NODE_OPTIONS=--openssl-legacy-provider
|
||||||
|
npm install
|
||||||
npm run build:firefox
|
npm run build:firefox
|
||||||
npm run build-zip
|
npm run build-zip
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user