Grapher local setup issue: buildTsc and testJest failing #4335
Unanswered
rhys-the-davies
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi Rhys! In general, our recommended setup is to run inside Docker, where Also, could you elaborate a bit on your intended usage of Grapher? We're always curious to see some of the things other people are using it for. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there o/ sorry if this is a stupid newbie issue, I hope it is.
When I follow the Quick start 'local development setup' guide I get to installing node.js and yarn and everything works grea tuntil I run
yarn buildTsc
andyarn testJest
.buildTsc finds 1062 errors of the like in the screenshot:

And testJest fails presumably because of those errors.
I'm on a Mac with Apple Silicon and I tried in and out of a docker container.
I tried searching around and figuring it out but I'm not a developer and think I'm missing something obvious. I'd love to be able to get this working to use the grapher in a series of articles I'm writing inspired by ourworldindata.
Beta Was this translation helpful? Give feedback.
All reactions