Error during Yarn install when trying to deploy Picsur

PLEASE HELP!

I am trying to deploy a website that I forked from GitHub - CaramelFur/Picsur: An easy to use, selfhostable image sharing service like Imgur with built in converting, it is called picsur and works like imgur, but self hosted. Anyway, when I try to deploy it I get an error, and this isnt exactly the type of thing I have a lot of knowledge about, so if somebody could help me out that would be amazing! Thanks in advance!

netlify url: https://swiftaero.netlify.app

error:

9:51:03 AM: Error during Yarn install
9:51:03 AM: Build was terminated: dependency_installation script returned non-zero exit code: 1
9:51:03 AM: Failing build: Failed to install dependencies
9:51:04 AM: Finished processing build request in 1m13.4s

Please let me know iff you need any more info.

oh, by the way, I don’t have a domain connected, just the netlify one.

Hi @TheSwiftDev :wave: ,

Are you able to build successfully in your local development environment? If yes, make sure the package versions used by Netlify match your local environment. You can find the settings for these in the dependency management documentation.

Hope this helps and please keep us posted!