Replies: 2 comments 8 replies
-
This sounds like the main problem:
Isn't Note that I'm currently writing this on a Linux box, and won't have access to my macOS dev machine for a few hours yet. 😉 |
Beta Was this translation helpful? Give feedback.
8 replies
-
When i used tagv10.x.0 it works, but i found it's too slow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
RUN yarn install:
0.276 yarn install v1.22.22
0.307 info No lockfile found.
0.308 $ cd viz-lib && yarn link --link-folder ../.yarn
0.498 yarn link v1.22.22
0.538 success Registered "@redash/viz".
0.538 info You can now run
yarn link "@redash/viz"
in the projects where you want to use this package and it will be used instead.0.538 Done in 0.04s.
0.548 [1/5] Validating package.json...
0.552 [2/5] Resolving packages...
10.00 warning @redash/viz > plotly.js > color-rgba > color-space > [email protected]: Redundant dependency in your project.
18.69 error Couldn't find the binary git
18.69 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Dockerfile:34
32 | # RUN if [ "x$skip_frontend_build" = "x" ] ; then yarn --frozen-lockfile --network-concurrency 1; fi
33 | # RUN yarn --frozen-lockfile --network-concurrency 1
34 | >>> RUN yarn install
35 |
36 | COPY --chown=redash client /frontend/client
ERROR: failed to solve: process "/bin/sh -c yarn install" did not complete successfully: exit code: 1
Beta Was this translation helpful? Give feedback.
All reactions