3 Oct
2022
3 Oct
'22
10:03 a.m.
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/... 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