Skip to content
Eugene Lazutkin edited this page May 13, 2025 · 1 revision

Some users reported that with yarn node-re2 is installed but its binary is not fetched but built. While it still works it may take a long time.

Make sure that you use the latest version of yarn. Example:

$ yarn -v
4.9.1

If you version is 1.x, e.g., 1.22.22, make sure to switch to berry:

$ yarn set version berry
➤ YN0000: Downloading https://repo.yarnpkg.com/4.9.1/packages/yarnpkg-cli/bin/yarn.js
➤ YN0000: Saving the new release in .yarn/releases/yarn-4.9.1.cjs
➤ YN0000: Done in 0s 89ms