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 was archived by the owner on Dec 10, 2024. It is now read-only.
I'm not familiar with npm and did not find it easy to discover how to set up this project. It would be helpful if the instructions could be made more precise.
On Debian, at least, I believe one can do it as follows
(Regrettably this did not actually work for me as I am on a 32-bit system. The haskell.foundation npm package depends on gatsby-plugin-your-fonts which seems to depend on a package called sharp which depends on a library called vips. sharp seems to download a vips binary itself on x64 but for 32-bit processors it tries to build it itself from source. It fails with an error and I have no idea how to fix it. Nonetheless, I think the recipe I mention above should work for those on x64 systems.)
UPDATE: Trying to build on a 64-bit machine did not work either, sadly. I received errors similar to this GitHub issue. I think precise, robust install instructions for this project would go a long way.
The text was updated successfully, but these errors were encountered:
I'm not familiar with npm and did not find it easy to discover how to set up this project. It would be helpful if the instructions could be made more precise.
On Debian, at least, I believe one can do it as follows
(Regrettably this did not actually work for me as I am on a 32-bit system. The
haskell.foundation
npm package depends ongatsby-plugin-your-fonts
which seems to depend on a package calledsharp
which depends on a library calledvips
.sharp
seems to download avips
binary itself on x64 but for 32-bit processors it tries to build it itself from source. It fails with an error and I have no idea how to fix it. Nonetheless, I think the recipe I mention above should work for those on x64 systems.)UPDATE: Trying to build on a 64-bit machine did not work either, sadly. I received errors similar to this GitHub issue. I think precise, robust install instructions for this project would go a long way.
The text was updated successfully, but these errors were encountered: