artmizu / nuxt-2-prometheus

Allows you to better understand what's going on with your application and how to optimize performance and other things in production
4 stars 1 forks source link

Support for Node 18 #6

Open theartkod opened 11 months ago

theartkod commented 11 months ago

Hi!

Thanks for your project it works well with Node 16 but doesn't seem working with Node 18:

image

If we try to bypass engines restriction it still doesn't work:

image

If you consider to add support for Node v18 it would be great.

artmizu commented 11 months ago

Hi!

Thanks for your project it works well with Node 16 but doesn't seem working with Node 18:

image

If we try to bypass engines restriction it still doesn't work:

image

If you consider to add support for Node v18 it would be great.

hello unfortunately this package is not in a active development state due to Nuxt 3 version. Also i'm not sure that dependencies which this package is used also support Node 18

theartkod commented 11 months ago

I see..

Well thank you anyway!