-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unable to start serve
or cms
tasks
#3
Comments
The cms entry was removed in the new version of Lume. I will update later. |
This issue should have been fixed. |
Sorry but it seems both problems are still present. I deleted the lume installation folder and tried installing it from scratch again. I'm not quite sure if there is some caching going on but just to make sure everything is aligned here is the imports section from the json config:
|
Oops... I forgot to release a new version. |
v0.1.0-alpha.6 has been released. "imports": {
"lume/": "https://deno.land/x/[email protected]/",
- "shiraha/": "https://deno.land/x/[email protected]/",
+ "shiraha/": "https://deno.land/x/[email protected]/",
- "shiraha/jsx-runtime": "https://deno.land/x/[email protected]/jsx-runtime.ts",
+ "shiraha/jsx-runtime": "https://deno.land/x/[email protected]/jsx-runtime.ts",
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected]/"
}, |
On a freshly installed Lume with Shirhara theme I get an error when trying to start
serve
orcms
tasks.OS: MacOS v15.0.1
Deno: v2.0.0
Lume: v2.3.3
Steps to reproduce
> deno run -A https://lume.land/init.ts
> (install a theme)
> (_config.ts)
> (Shiraha)
> deno task cms
or> deno task serve
Error message for
deno task cms
Error message for
deno task serve
The text was updated successfully, but these errors were encountered: