Skip to content

Quickstart fails #1841

@char-cole

Description

@char-cole

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

npx create-next-app \
    -e https://github.com/wpengine/faustjs/tree/main \
    --example-path examples/next/faustwp-getting-started \
    --use-npm

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.

  • Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    ✅ Closed

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions