Yarn install failing? #3241
tinypell3ts
started this conversation in
General
Replies: 1 comment
-
Haven't seen this. Seems a legit error. In this example repo we use a ton of things that can break, for example sharp (the lib for image resizing) will conditionally download a platform binary / or build it with node-gyp depending on the platform. The node-gyp build might require additionnal libraries (python, libvips...). Unrelated to yarn, npm or pnpm but I suspect something happened there. You have two ways to know: The last line of the first snippet indicated the log file.You just have to look at the content
Will probably lead you the problem. (I'm curious what it says) Or you can run yarn with
|
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
-
Hey,
I'll finally got round to pulling down the repo. It looks great and exactly what I'm looking for, however, when I run
yarn install
in the root, it fails. Have I miss understood how this repo works?Beta Was this translation helpful? Give feedback.
All reactions