Replies: 4 comments
-
@char-cole this sounds like a network issue. I just tried it and it's working as expected:
Can you try again now? |
Beta Was this translation helpful? Give feedback.
-
thanks @mindctrl . I'm on a different network now and it still fails for me. I guess it's possible there's a security app on my computer blocking this operation. How about using a locally cloned repo, is there a way to do that? I don't have experience with Nextjs either yet so I can't tell what it's looking for in an example |
Beta Was this translation helpful? Give feedback.
-
Hey @char-cole, interesting. Yes, you can clone the whole repo and then pull the Getting Started example from the |
Beta Was this translation helpful? Give feedback.
-
I was having the same issue I updated the code to |
Beta Was this translation helpful? Give feedback.
-
Description
Following this guide: https://faustjs.org/tutorial/get-started-with-faust
I'm not able to set up an example Faust project.
Using the given terminal command, I get the error:
Could not locate the repository for "https://github.com/wpengine/faustjs/tree/main". Please check that the repository exists and try again.
I also tried these and got the same result:
npx create-next-app test-faust-next --use-npm --example https://github.com/wpengine/faustjs/tree/main/
npx create-next-app test-faust-next --use-npm --example https://github.com/wpengine/faustjs/tree/main/examples/next/faustwp-getting-started
Then I tried cloning the faustjs repo locally and running this:
npx create-next-app test-faust-next --example faustjs/examples/next/faustwp-getting-started/
and got the following error:
Could not locate an example named "faustjs/examples/next/faustwp-getting-started/"
I'm using Node version 21.7.1 on macOS Sonoma 14.1.2. Was initially behind a company VPN but disabling that had no effect.
Steps to reproduce
run
Additional context
No response
@faustwp/core Version
?
@faustwp/cli Version
?
FaustWP Plugin Version
?
WordPress Version
?
Additional environment details
No response
Please confirm that you have searched existing issues in the repo.
Beta Was this translation helpful? Give feedback.
All reactions