The issue has been solved

Hi @egoist , im new to open source and would like to take on this challenge if no one is working on it. Do i create a folder in website/pages? If so where can i get current themes.
posted by abdiG about 6 years ago
@abdiG Add a website/pages/themes.vue
, here's the Gatsby showcase page (https://www.gatsbyjs.org/showcase) for inspirations.
To get themes we can create a website/data/themes.yml
to allow submissions from users.
posted by egoist about 6 years ago
@egoist thanks for the opportunity. I have forked the project and created an issue locally but i have run into this issue:

posted by abdiG about 6 years ago
@abdiG run yarn
in the root directory and yarn link
in packages/saber
so that the saber command will be available.
posted by egoist about 6 years ago
@egoist i have done as you said but still shows the error.

posted by abdiG about 6 years ago
@abdiG what's the result of yarn link?
posted by egoist about 6 years ago
@egoist this is what i got when i run yarn link
. I should run npm run dev
in the root?

posted by abdiG about 6 years ago
@abdiG I got the same problem with yarn so I used npm instead run npm link
in packages/saber
then npm link saber
in saber/website
posted by MarchWorks almost 6 years ago
maybe it can be fixed by chmod +x packages/saber/lib/cli.js
posted by egoist almost 6 years ago
@issuehunt has funded $40.00 to this issue.
posted by IssueHuntBot almost 6 years ago
@egoist has rewarded $28.00 to @egoist. See it on IssueHunt
- :moneybag: Total deposit: $40.00
- :tada: Repository reward(20%): $8.00
- :wrench: Service fee(10%): $4.00
posted by issuehunt-app[bot] over 5 years ago