Post #3391142
2026-06-24 16:15 UTC
Replies (2)
-
@jamesoff@mastodon.jamesoff.net 2026-06-24 16:20
@danny@strangeminds.social I think mastodon usually guides people to do it with corepack? Try "corepack enable" to make sure that's set up, and maybe "corepack use yarn 4.16.0" (that's the version I have). You could check "which yarn" to see if it's pointing at a version you'd expect (Disclaimer: I do not like the node ecosystem so my advice is mostly based on trying to make it work while touching it as little as possible :)
-
@jamesoff@mastodon.jamesoff.net 2026-06-24 16:22
@danny@strangeminds.social btw if "which yarn" tells you it's one in the "bin/" dir inside your mastodon install, that's a wrapper mastodon provides just to give a useful error if you don't have it installed. Try "which -a yarn" to list other installs