ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Max Chernoff via ntg-context <ntg-context@ntg.nl>
To: ntg-context@ntg.nl
Cc: Max Chernoff <mseven@telus.net>, prgosek@gmail.com, taco@bittext.nl
Subject: Re: Fwd: [CG Wiki] ConTeXt with VS Code (https://wiki.contextgarden.net/VSCode)
Date: Mon, 03 Oct 2022 04:03:40 -0600	[thread overview]
Message-ID: <74abf747402f6e5b5a485f2864582b64f6dddc78.camel@telus.net> (raw)
In-Reply-To: <208C46FA-EEFE-43C5-87DC-AF36C43FA922@bittext.nl>

Hi Taco, Michal,
> > 

> > > /home/qasar/Stažené/cont/tex/texmf-context/context/data/vscode/extensions/context/node_modules/vsce/out/package.js:136
> > >     return (translations ?? [])
> > >                           ^

That's the "Nullish coalescing operator", which MDN says is only
available in Node.js >= v14. 

   https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator
   
What does running: 

   nodejs --version
   
give you? 

If it's less than v14, then you should probably upgrade your Node.js
installation. If that's not possible, then you'll need to downgrade
"vsce" to v1.103.1. 

If it's greater than v14, then you probably have two Node installations
and you installed "vsce" with the wrong one.

Thanks,
-- Max
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2022-10-03 10:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CALs_GZVdnbvTMtJz-L3XkXX6HZt26AY8=Tow+khqxM3R6vP9Ag@mail.gmail.com>
2022-10-03  7:39 ` Taco Hoekwater via ntg-context
2022-10-03 10:03   ` Max Chernoff via ntg-context [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=74abf747402f6e5b5a485f2864582b64f6dddc78.camel@telus.net \
    --to=ntg-context@ntg.nl \
    --cc=mseven@telus.net \
    --cc=prgosek@gmail.com \
    --cc=taco@bittext.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).