Real-Dev-Squad / website-backend

The backend code for all our website-related apps
https://api.realdevsquad.com/
MIT License
46 stars 201 forks source link

Update yarn.lock #1961

Closed mehra-sourav closed 3 months ago

mehra-sourav commented 4 months ago

Issue Description

The yarn.lock file is causing issues while installing packages, specifically for macOS users. An updated yarn.lock file is needed.

Expected Behavior

The yarn.lock file should not cause issues while installing packages for any OS.

Current Behavior

The yarn.lock file is causing issues while installing packages, specifically for macOS users.

Screenshots

22 warnings and 4 errors generated.
make: *** [Release/obj.target/re2/lib/addon.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (<path>/1943-packages-upgrade/node_modules/node-gyp/lib/build.js:201:23)
gyp ERR! stack     at ChildProcess.emit (node:events:518:28)
gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:294:12)
gyp ERR! System Darwin 23.4.0
gyp ERR! command \"~/.volta/tools/image/node/20.11.1/bin/node\" \"<path>/1943-packages-upgrade/node_modules/re2/node_modules/.bin/node-gyp\" \"rebuild\"
gyp ERR! cwd <path>/1943-packages-upgrade/node_modules/re2

Reproducibility

Steps to Reproduce

  1. Delete node_modules
  2. Run yarn install

Severity/Priority

Additional Information

This issue is reproducible only for macOS users.

Checklist