You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Purge the Deno's cache folder (run deno info to get the cache path)
Or run echo "import 'lume/cli.ts'" | deno run --unstable -A --reload - (The same command of deno task lume but with the --reload flag). This will refresh the Deno's cache.
The following echo "import 'lume/cli.ts'" | deno run --unstable -A --reload - command does not work for me, then I run the following command, it will be fine for me.
Version
1.14.2
Platform
macOS
What steps will reproduce the bug?
index.md
(again, as stated in the docs)deno task serve
(as per the docs)How often does it reproduce? Is there a required condition?
Every time
What is the expected behavior?
Should be able to initialize a new lime site by following the provided instructions
What do you see instead?
There is an ambiguous npm package error:
Interestingly, that specific version of that specific npm package does exist and was published 10 days ago (at time of writing).
Additional information
No response
The text was updated successfully, but these errors were encountered: