On Sun, 2 Jun 2024 at 11:04, Rich Bowen <rbo...@rcbowen.com> wrote:
>
> Hi, folks,
>
> I’m trying to build the training materials under Conferences/ApacheCon:
>
> Following the instructions in the README …
>
> $ npm i --save asciidoctor@^2.0 @asciidoctor/reveal.js
> zsh: no matches found: asciidoctor@^2.0
>
> Hmm. Ok, Is the ^2.0 the problem? I don’t know. Just guessing …

Yes

Note that zsh reports the error, not npm.

I think ^ is a zsh meta-character; try quoting the parameter:

$ npm i --save 'asciidoctor@^2.0' @asciidoctor/reveal.js

> Let’s try ...
>
>
> $ npm i --save asciidoctor @asciidoctor/reveal.js
> npm warn deprecated inflight@1.0.6: This module is not supported, and leaks 
> memory. Do not use it. Check out lru-cache if you want a good and tested way 
> to coalesce async requests by a key value, which is much more comprehensive 
> and powerful.
> npm warn deprecated glob@7.1.3: Glob versions prior to v9 are no longer 
> supported
>
>
> Can anyone advise what to try next?
>
> —
> Rich Bowen
> rbo...@rcbowen.com
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org

Reply via email to