NodeJS.jl icon indicating copy to clipboard operation
NodeJS.jl copied to clipboard

Future of this package

Open davidanthoff opened this issue 4 years ago • 2 comments

I think that once we have the NodeJS_14 and NodeJS_16 story in Yggdrasil up and running, we essentially no longer need this package here? So my current plan would be to keep this package here on Node 12, and then move packages that depend on it over to NodeJS_14 or NodeJS_16 as they become available.

davidanthoff avatar May 02 '21 18:05 davidanthoff

NodeJS_16 recipe and wrapper package links for lazy people. Available for Julia > 1.6 with ]add NodeJS_16_jll.

Syntax for running npm commands becomes e.g. run(`$(npm) install foo`).

adigitoleo avatar Jan 05 '22 02:01 adigitoleo

Update on the plans: I must moved this package to Node 18. Yes, I would much prefer to use the NodeJS_18_jll package, but for now I actually need a way to get the x64 Node binaries on M1 Macs for Vega.jl and VegaLite.jl, and that is easier here.

davidanthoff avatar May 18 '23 18:05 davidanthoff