Merge pull request #222 from simple-login/docs/improve-docs-for-firefox-build-on-node-20

docs:improve docs for firefox build on node 20
This commit is contained in:
Carlos Quintana
2024-08-14 15:22:29 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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
```bash
NODE_OPTIONS=--openssl-legacy-provider npm install
export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm run build:firefox:beta
npm run build-zip
```
+2 -1
View File
@@ -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
```bash
NODE_OPTIONS=--openssl-legacy-provider npm install
export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm run build:firefox
npm run build-zip
```