Using Relay Devtools in Firefox
- Overview
- The Relay Devtools extension is not supported on Firefox (issue)
- Building the Firefox extension from the README causes multiple errors
Fixes
node-gyp error on Node 21
- Cause: build failure in the outdated
fsevents package
- Fix: use Node 18 (
nvm use 18)
Duplicate workspaces error on yarn v4
- Cause: differences between v1 and v4 workspace layouts
- Fix: use yarn v1 (
yarn set version classic)
error:0308010C:digital envelope routines::unsupported during build