Open mvanmaele opened 2 years ago
@ryan-talus and I have been working on this issue. Following the current README checklist, when doing command gatsby develop
at the end, there seems to be an issue where gatsby-source-filesystem
is not found. That package is a peer dependency of repo ryan-talus/gatsby-source-airtable
. Adding gatsby-source-filesystem
as a dependency to talus-analytics-bus/biosecurity-library
doesn't seem to fix the problem, but adding it as a dependency to ryan-talus/gatsby-source-airtable
at least makes gatsby develop
work without that error.
However, the following other error occurs during gatsby develop
after that point:
da9a0765733b9b43de81baef9c3efd51e5c95799 works on @mvanmaele's machine with yarn
and yarn start
as long as the following dependency is removed from package.json
:
"@talus-analytics/viz.charts.network": "^0.0.13"
Issue
The current
README.md
contains boilerplate for Talus Gatsby projects and lacks the steps needed to install and run this particular project.Steps to reproduce
View file here: https://github.com/talus-analytics-bus/biosecurity-library/blob/prod/README.md