TypeError: Could not find npm package 'highlight.js' matching 11.7.0. Try retrieving the latest npm package information by running with --reload
See original GitHub issueVersion
1.13.2
Platform
Ubuntu 20.04
What steps will reproduce the bug?
Build error
deno task build
How often does it reproduce? Is there a required condition?
deno task build
What is the expected behavior?
Build Error
What do you see instead?
TypeError: Could not find npm package 'highlight.js' matching 11.7.0. Try retrieving the latest npm package information by running with --reload
at async createSite (https://deno.land/x/lume@v1.13.2/cli/run.ts:51:17)
at async build (https://deno.land/x/lume@v1.13.2/cli/build.ts:28:16)
at async Command.execute (https://deno.land/x/cliffy@v0.25.4/command/command.ts:1790:7)
at async (https://deno.land/x/lume@v1.13.2/cli.ts:147:3)
No issues in 1.31.1
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
npm specifier on binary command doesn't default to use latest ...
Try retrieving the latest npm package information by running with ... TypeError: Could not find npm package 'highlight.js' matching 11.7.0.
Read more >highlight.js - npm
Highlight.js is a syntax highlighter written in JavaScript. It works in the browser as well as on the server. It can work with...
Read more >Can't install any package with node npm - Stack Overflow
I'm trying to install some node packages through npm, but it won't go. I've already tried to install/unistall/update node, but nothing seems to ......
Read more >The Difference Between Node.js 10 LTS and Node.js 12 LTS
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Read more >got-caseless - npm Package Health Analysis - Snyk
Human-friendly and powerful HTTP request library for Node.js. Fork that uses caseless instead of lowercase-keys for headers.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed…
Probably
lume upgrade
should remove thedeno.lock
file.