You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
Hello,
I try to use the yarn_deps rule but when I do a plz run @pleasings//js/yarn_deps it fails with a :
Build stopped after 2.93s. 1 target failed:
///pleasings//js/yarn_deps:yarn_deps
Error building target ///pleasings//js/yarn_deps:yarn_deps: exit status 1
yarn install v1.22.17
[1/4] Resolving packages...
[2/4] Fetching packages...
error Can't make a request in offline mode ("https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz")
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this comman
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: