error: Could not find npm package 'markdown-it-attrs' matching 4.1.6. #343
Answered
by
oscarotero
officialrajdeepsingh
asked this question in
Q&A
-
Update the old lume 13.1 version to the new current lume version. I found the error related to markdown-it-attrs. I can't see what happens to it. $ deno task serve
Task serve deno task lume -s
Task lume echo "import 'lume/cli.ts'" | deno run --unstable -A - "-s"
error: Could not find npm package 'markdown-it-attrs' matching 4.1.6. Try retrieving the latest npm package information by running with --reload
|
Beta Was this translation helpful? Give feedback.
Answered by
oscarotero
Dec 27, 2022
Replies: 1 comment
-
This is a Deno issue related to how cache NPM dependencies. See #340 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
officialrajdeepsingh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a Deno issue related to how cache NPM dependencies. See #340