Early on, I learned a critical rule about execution. My boss, Chris Jones, told me: “There’s 3 ways to handle work assigned to you. If you say you’ll do it, do it. If you say you can’t, that’s ok. But if you sign up for work and drop the ball, the team fails. Learn to say no.”
@laurieontech also digging inside node modules in what seems to be an invalid yarn install 😄 (a package's dependency is not satisfied by the resulting directory tree)
@brian_d_vaughn ooh thanks for following up. this could actually be hugely helpful, looks like this allows not to cache all the nested node_modules and still get a correct installation 👍
@brian_d_vaughn If Circle allows ssh'ing into the job machine (I think it does), then inspecting the node_modules directory structure after cache is restored and yarn --frozen-lockfile is run would prove or disprove this theory