Open mnajdova opened 1 year ago
Looks like it gets pulled in through ssh2
. It seems to be an optional dependency. It says warning
, and the install command finished with a 0 exit code, so I assume the installation went fine and this can just be ignored. If ssh2
marks this as optional I guess it will detect whether the installation happened correctly before using the dependency.
Navigate to tools-public and run
yarn
. I got the following error:OS used: Windows yarn version: 1.22.5
I could still do
yarn dev
and run it locally, haven't noticed some issues.