GithubHelp home page GithubHelp logo

Comments (5)

colinskow avatar colinskow commented on June 25, 2024 1

OK I will definitely do that for the next release, which I hope to get working on in the next few days. I will go over all the pending pull requests and issues.

I'm relatively new to Javascript and this is my first major open source project, so thanks for all your help!

from superlogin.

tohagan avatar tohagan commented on June 25, 2024

Thanks Colin ... This will really help me to know what node engines to do testing with and for new projects based on this lib .. What engine to select for my projects.

from superlogin.

tohagan avatar tohagan commented on June 25, 2024

Oh yeah ... If possible (and your dependencies support it!) would be great to use the 4.3.x as they are LTS (long term support).

https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/ - reports that there will be no further 4.2.x LTS releases (now LTS is 4.3.x).

from superlogin.

colinskow avatar colinskow commented on June 25, 2024

Yes, I do my personal testing on 4.x. I believe it will also run on 5.x
without a problem. I will add 4.x to package.json next release.
On Mar 14, 2016 7:30 AM, "Tony OHagan" [email protected] wrote:

Oh yeah ... If possible (and your dependencies support it!) would be great
to use the Node 4.2.x or 4.3.x as they are LTS (long term support).

https://nodejs.org/en/blog/release/v4.3.0/


Reply to this email directly or view it on GitHub
#39 (comment)
.

from superlogin.

colinskow avatar colinskow commented on June 25, 2024

Official NPM documentation specifies "engines" as the correct field.

I am going to add this:

"engines" : {
    "node" : ">=4.0.0"
  }

It should work on both LTS and latest version, and be tested against both.

from superlogin.

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.