Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That is so appealing... I don't have a monorepo with 200 packages but I do `yarn install` in a Dockerfile and if something changed that uncached that line, the whole thing can take 10 minutes or more to download, unpack, install. Would love to try Yarn 2 (3, now, I guess) when I can.

Does Rome use yarn? Anyone using Rome in production?



If you are on mac, this is a known docker issue because in non-Linux systems fs access is virtualized (docker runs on an Ubuntu running on a vm). Becomes pretty unusable.


Not Ubuntu, but a very stripped down Linux install.


Thanks for the clarification!


When doing dev you can specify the workspace command and cache any node_modules etc in volumes locally which greatly increases local development speed when changing sepa.

Eg no Docker file in dev unless you need custome system dependencies. Otherwise alpine node in Docker compose and in prod Docker file


I haven't actually used Rome, but their installation guide mentions both yarn and npx, so that possibly means Rome is agnostic on them

https://rome.tools/#installation-and-usage




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: