Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't Install Starter Kit locally #77

Open
lokmanm opened this issue Jul 10, 2024 · 5 comments
Open

Can't Install Starter Kit locally #77

lokmanm opened this issue Jul 10, 2024 · 5 comments

Comments

@lokmanm
Copy link

lokmanm commented Jul 10, 2024

This used to work but now when I'm trying to run:

statamic new --with-config --local landtamic lucky-media/landtamic 

And yes I do have the global config updated to:

{
	"repositories": [
		{
			"type": "path",
			"url": "/Users/Sites/landtamic"
		}
	]
}

When I run the command it still prompts me for a license.

@robdekort
Copy link
Contributor

robdekort commented Jul 10, 2024

It should be statamic new lucky-media/landtamic --local --with-config. Without the double landtamic :-).

@lokmanm
Copy link
Author

lokmanm commented Jul 10, 2024

Hey Rob!

Now I get:

Starter kit is required when using `--local` option!

@robdekort
Copy link
Contributor

robdekort commented Jul 10, 2024

That's so weird, look at this:
Screenshot 2024-07-10 at 15 33 39

Are you sure your /Users/Sites/landtamic contains a composer.json:

{
    "name": "lucky-media/landtamic",
    "extra": {
        "statamic": {
            "name": "Title",
            "description": "Description"
        }
    }
}

@lokmanm
Copy link
Author

lokmanm commented Jul 10, 2024

@robdekort yep I have all that. I think its failing because of the license check. It works for me for our free starter kit, but fails for the paid ones.

@robdekort
Copy link
Contributor

Ehmmm, ok, no experience there I'm afraid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants