negue / meme-box

Manage and trigger media in OBS as a browser source
meme-box.vercel.app
GNU Affero General Public License v3.0
111 stars 16 forks source link

Set `legacy-peer-deps` in .npmrc #537

Closed dnaka91 closed 1 year ago

dnaka91 commented 1 year ago

Small convenience setting, that automatically enables legacy-peer-deps.

This is especially helpful with newer npm versions, as it even fails on a simple npm install without that extra argument. That is due to some behaviour changes in npm's peer dependency handling. Adding this avoids the mistake of forgetting to pass the extra legacy-peer-deps argument.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
meme-box ✅ Ready (Inspect) Visit Preview Nov 4, 2022 at 8:13AM (UTC)
negue commented 1 year ago

Oh awesome!!! I didn't know that this works - thank you :)