-
Notifications
You must be signed in to change notification settings - Fork 3
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
Starter kit config [starter-kit.yaml] does not exist. #1
Comments
Hi there! I am unable to reproduce creating a new site using the Statamic CLI: statamic new new-site-name Stillat/the-agency-starter-kit Would you be able to provide more information about the error you are receiving and the steps you are taking to install it? Thanks! |
And ends with an error
but the file actually exists |
Do you receive this error for any Starter Kit, or just this one? 🤔 Thanks for your patience :) |
Now this Starter Kit was installed without errors.
I could provide any information you need if you could tell me which one. |
The error has changed.
Is there another way to deploy your application? |
And if 'Stillat/the-agency-starter-kit'
|
Thanks for the additional information! I am still working to try and find out what is happening, so this will help |
@teteva Can you run |
Statamic CLI Tool 2.5.0 |
Yep my thoughts exactly, though if you're on CLI 2.5.0 already, I'm not sure why it's not catching the github auth error 🤔
^ Can you try following those steps to reset your token with proper permissions and let us know if that works? |
The same result. Maybe some selected Scopes are needed to define the access for personal tokens? I noted "repo Full control of private repositories". |
Very possibly. Can you try a temporary token with all the scopes enabled on your token? Like @JohnathonKoster, I cannot reproduce here either, but am curious what's going on. |
See what's going on. I delete the directory (./vendor/stillat/the-agency-starter-kit), and after the command (php please starter-kit:install Stillat/the-agency-starter-kit) the file (starter-kit.yaml) appears. But the message: "Starter kit config [starter-kit.yaml] does not exist." |
Can Statamic deploy an application from a local repository? |
I found out that with the "statamic new" command, the file does NOT appear, but with "php please" it appears. Not very useful. But the result is the same: "Starter kit config [starter-kit.yaml] does not exist." |
Hmm. What version of PHP are you running (just thinking of other ideas.. this is strange)? 🤔 |
PHP 8.0.27 (cli) (built: Jan 3 2023 16:17:26) ( NTS gcc x86_64 ) |
Thanks! Do you want to try it again? I just updated a dependency of the starter kit 🤞 |
"statamic new" or "php please"? |
Lets try the statamic new first |
Now? |
Whenever you have time - no rush from me 🙂 |
But I don't see commits in the repository. |
I updated a dependency of the starter kit; not the starter kit itself |
No, I don't see any changes. I'm sorry for your time, too. But there is no progress. Can you advise me which way to look? |
I'm curious if there is some other error occurring in the background leading to the reported issue. I've created a new repository, which is the result of running creating a new Statamic 3.4 site with the Starter Kit: https://github.com/Stillat/starter-kit-debug Can you try downloading the ZIP of this repository: Once you have it locally, you can try extracting it and moving it to where you normally manage your sites on your machine. From there, you will need to run: composer install I'm curious if there will be an error when you attempt to do that. Apologize for all of the back/forth on this - this one has me stumped! |
|
Ah - looks like you will need to update your PHP version to at least 8.1. At least we can see the errors now! |
Simply... such a small thing... and so much time. Do you think the PHP version will fix everything? On my RHEL, this is the maximum version from the rhel repository. |
|
Hm. Yea, I am not sure what is causing your issue at this point when using the |
With the same result. |
On the sites where you used the |
At first glance, yes. But to compare the contents of the folders, I need some command. |
Sounds good. I really don't know what else to check at this point. I'll dive into those commands and see if there is any extra logging available somewhere that might shed more light on the underlying issue instead of just |
I understand you, and in any case, I am grateful for trying to help. I may not be able to answer immediately, but I am interested in solving this problem. |
Hello
Hello, i also encountered many issue installing Statamic 3.4 + your starter kit. |
Just chiming in here, I'm getting the same error |
Hi, just try to use package name with lowercase such as php please starter-kit:install stillat/the-agency-starter-kit or statamic new new-site-name stillat/the-agency-starter-kit. I will this here for anyone looking for the solution. |
Hi, I'm having the same issue outlined above. I've installed the latest version of Laravel via plesk installer, installed statamic along with the cli fine. If I try to install the starter kit via either the statamic cli or the other method I get the same result relating to the missing yaml file. Have you any idea how I can get it installed? Thanks |
@JohnathonKoster, do you know how I can get this installed and past the issue mentioned above? Thanks |
@chrisastley Do you have exact details on how to reproduce this? I have not been able to reproduce this at all since this issue was opened. |
Very interesting. Does the lowercase variant work in your case, as well?
|
Exactly the same process runs and result is the same! |
Thanks for trying that anyways. I'll do some research and try and figure out what's going on 🤔 |
Thanks, any help would be much appreciated as your starter kit looks ideal for what I want to work with. If you need me to try anything else etc from my side just let me know. |
@JohnathonKoster I managed to get it installed but I had to get a friend to install on a local MAC computer, then zip the files and put on the server. Only issue I have now is the starter content isn't generated, do any other commands need to be run so the site will resemble the agency demo? |
If all of the files within
|
Same problem here... Someone with a solution? |
Hi @Glassback! Would you be able to provide which OS you are running? This issue has been really tough to figure out 😅 |
The problem is not only for this starter kit but for all starter kits. I think is a problem from Statamic. PHP version: 8.2.20 I've tried everything. I changed the PHP version, added the GitHub token, did a fresh installation from scratch, installed the starter kit locally by modifying the config.js of composer, purge the PHP cache, etc... |
Thank you very much for the additional information! This is incredibly helpful |
Any news on this issue guys ? I am having the same problem with both install modes:
and
Error is: 'Starter kit config [starter-kit.yaml] does not exist.' I tried to connect my GitHub with Token based on the solution of this thread: statamic/cli#43 Did not solve the issue. Could this be related to some PHP rate limits ? |
Which operating system are you running/installing on? |
@JohnathonKoster |
@JohnathonKoster Any luck into finding something ? You think that might be some limitations from my hosting provider as I use a managed hosting ? |
No luck yet. It could be related.. but I don't suspect that is the immediate issue you're running into. Are you able to install any other Statamic starter kit in that environment? 🤔 |
I did both a fresh install (new site) and an existing project. Added "github-oauth.github.com" both globally and to the project. Always one mistake.
'Starter kit config [starter-kit.yaml] does not exist.'
The text was updated successfully, but these errors were encountered: