Release notes for 0.7.68.0
For the sake of reproducibility please use only specified product versions:
* node v20.12.0
* npm v10.2.4
You can use nvm for handling node version install nvm
After installation do:
Check:
# Build instructions:
* The OS: MacOS, Windows or Linux
* A step-by-step command line sequence:
*
*
* The extension will be placed in the
Building with Docker Buildkit (https://docs.docker.com/build/buildkit/#getting-started)
Windows:
Linux:
* node v20.12.0
* npm v10.2.4
You can use nvm for handling node version install nvm
After installation do:
nvm install 20.12.0
nvm use 20.12.0
npm install -g npm@10.2.4
Check:
node -v
npm -v
# Build instructions:
* The OS: MacOS, Windows or Linux
* A step-by-step command line sequence:
*
npm install
*
npm run build
* The extension will be placed in the
build/idl-screenshot-gv-firefox
folderBuilding with Docker Buildkit (https://docs.docker.com/build/buildkit/#getting-started)
Windows:
set "DOCKER_BUILDKIT=1" & docker build -f Docker.buildkit -o build .
Linux:
DOCKER_BUILDKIT=1 docker build -f Docker.buildkit -o build .