We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
creato fails to load a template with this error:
ENOENT: Cannot cd into 'path/to/dist'
v11.0.0
6.9.0
1.13.0
Windows10
The text was updated successfully, but these errors were encountered:
hey @alice1017 👋,
Could you also provide the source code of your project? Would it be possible that the destination is in any way restricted?
Sorry, something went wrong.
Thank you for reply. code is here:
import { creato } from "creato"; const template = [ { name: "blog", description: "alice1017 blog system", repo: { uri: "https://github.com/alice1017/alice1017.github.io", branch: "master", path: "/" } } ] creato(template, {force: true});
destination directory permission:
$ ls -l drwxrwxrwx 1 alice 512 5月 9 11:26 creato/
What do you think? I have no idea.
No branches or pull requests
overview
creato fails to load a template with this error:
spec
v11.0.0
6.9.0
1.13.0
Windows10
The text was updated successfully, but these errors were encountered: