You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this issue too, and it looks to be due to an older version of yarn. I build a stock Debian 12 system for Web Check to run on.
/usr/bin/yarn --version
0.32+git
If you use this version of yarn it will give you the errors you are experiencing. I just installed the package yarnpkg and found the new binary location (/usr/share/nodejjs/yarn/bin/yarn). This seems to solve the ERROR and you will get everything working.
sudo apt install yarnpkg
/usr/share/nodejs/yarn/bin/yarn
**yarn run v1.22.19**
Having an issues installing on my kali box. Below is a screenshot of the steps I have taken.
The text was updated successfully, but these errors were encountered: