Pkg: node 10 LTS support?

Created on 6 Nov 2018  路  4Comments  路  Source: vercel/pkg

With node 10.13.0, v10 is now LTS.

Are there any plans up update pkg to support this?

Currently, if I build with node10-*, it uses 10.3.0/10.4.0

Most helpful comment

I want to use worker thread, but current node 10 used by pkg is node 10.4.1, it was added in 10.5.0 馃槥

All 4 comments

That would also remove the nasty (node:15274) ExperimentalWarning: The http2 module is an experimental API. warning, as this was removed with 10.10

@ALangguth I believe you could remove those with the --no-warnings v8 flag.

I want to use worker thread, but current node 10 used by pkg is node 10.4.1, it was added in 10.5.0 馃槥

That would also remove the nasty (node:15274) ExperimentalWarning: The http2 module is an experimental API. warning, as this was removed with 10.10

Exactly.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ydubois-fr picture ydubois-fr  路  4Comments

gillez picture gillez  路  4Comments

ByeongYeon picture ByeongYeon  路  4Comments

telunc picture telunc  路  4Comments

bergheim picture bergheim  路  3Comments