Git Product home page Git Product logo

Comments (6)

gh-andre avatar gh-andre commented on August 17, 2024 1

@iccicci It works now - no warning when installing 3.2.1. Thank you!

from rotating-file-stream.

iccicci avatar iccicci commented on August 17, 2024

I forgot to update the README; thank you.

Anyway v3.2.0 simply adds intervalUTC option: if that's not needed, v3.2.0 is not needed as well.

BTW, older Node.js versions should be supported as well; forcing the installation of v3.2.0 reguardless from the engine version should make everything work as expected.

from rotating-file-stream.

gh-andre avatar gh-andre commented on August 17, 2024

Thanks for responding.

older Node.js versions should be supported as well

npm will report a warning that the package requests an unsupported engine version, so the only safe thing to do is to avoid installing that package version and limit it to something like 3.1.*.

from rotating-file-stream.

iccicci avatar iccicci commented on August 17, 2024

The only reason for the warning is this line: indeed is just a warning, not a blocking error.

In next days, I'll re-add support for Node.js v14; I hope this doesn't block your work even if for a few days.

from rotating-file-stream.

gh-andre avatar gh-andre commented on August 17, 2024

No worries - I restricted package version in my projects to 3.1.*, so I'm good for quite a while.

With regards to warning vs. error, perhaps there's a difference in interpretation, where those who treat this warning as such consider that the package in question will work with this version of Node, while it really means that the package requires this version because it introduces dependencies that the package requires, like new classes, encodings, etc. So, even though it's a warning, it is always a good practice to avoid installing packages that require higher version of Node than the current one.

Thanks for contemplating a fix for this. Much appreciated.

from rotating-file-stream.

iccicci avatar iccicci commented on August 17, 2024

Hi @gh-andre , v3.2.1 should solve this.

Please report here any other problems or close the issue if v3.2.1 actually solves.

Thank you

from rotating-file-stream.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.