-
Notifications
You must be signed in to change notification settings - Fork 14
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
bug: installing into an existing directory fails #810
Comments
@tnolet , this seems like a known issue downloading the template when the CLI was released without the |
I'm getting the same error with version 4.5.2
|
@evdama thanks for mentioning this, we will fix it. You can copy and paste the project for now from https://github.com/checkly/checkly-cli/tree/main/examples |
Hey @evdama, do you also get the same error when you run |
yes, I get the same error running |
@evdama I pushed another tag, could you run the command again? I can't repro the problem locally but I have a gut feeling that it might be an issue with the older versions |
Node.js version
18
NPM version
16
@checkly/cli version
4.0.13
Steps to reproduce
npm create checkly
✔ It looks like you are already in a project, would you like to initialize?
withyes
What is expected?
It installs a
checkly.config.js
or.ts
fileWhat is actually happening?
it crashes because it can't find the boilerplate project
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: