brucala / Deneb.jl

Julia API for creating Vega-Lite visualizations
https://brucala.github.io/Deneb.jl/dev/
BSD 3-Clause "New" or "Revised" License
21 stars 1 forks source link

npm version #3

Closed George9000 closed 1 year ago

George9000 commented 1 year ago

While trying out Deneb, the following warning was printed:

npm notice
npm notice New major version of npm available! 8.5.5 -> 9.8.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.8.0
npm notice Run npm install -g npm@9.8.0 to update!
npm notice

I don't have npm installed. Is this an artifact that Deneb installs? If so, should the version be updated?

brucala commented 1 year ago

It is an artifact that Deneb.jl installs (NodeJS_16_jll). If I'm correct probably you will see similar outputs from nodejs the first time you generate plots and some nodejs dependencies get installed. Normally those messages should disappear later. However, the message that you are reporting is different than what I'm used to observe. I'll have a look and bump dependencies if necessary.

brucala commented 1 year ago

Fixed by https://github.com/brucala/Deneb.jl/pull/4