Open err0r500 opened 2 years ago
Looks like I've got something working with the v1.0.0
(v1.10
& master
throw the error above).
Also it takes the stdin as input so something like cat yarn.lock | plz run @pleasings//js/yarn_deps
works
I think I'm too new to this to figure out this kind of subtleties easily
Hello, I try to use the
yarn_deps
rule but when I do aplz run @pleasings//js/yarn_deps
it fails with a :However, I can do a
yarn install --offline
without problem...Maybe it's because the
yarn-offline-mirror
path of the rule is used instead of my system ones (blind guess). I don't know how to solve this though (or I simply just don't get how it's supposed to be used)Best,