Giter Site home page Giter Site logo

Comments (4)

donPab avatar donPab commented on August 25, 2024 2

I just patched bundle.js and then ran it.
== results

✓  shell
    found at "C:/WINDOWS/SYSTEM32/CMD.EXE"
✓  node
    found at "C:/PROGRAM FILES/NODEJS/NODE.EXE" (v18.14.0 satisfies >=16)
✓  npm
    found at "C:/PROGRAM FILES/NODEJS/NPM.CMD"

SUCCESS! All system dependencies seem to be in order.

I don't know anything about PR.
Creating extensions and regression testing on VSCode is beyond my experience and pay grade.
I leave it to you to incorporate this change.
tkx, donPab

from dbux.

donPab avatar donPab commented on August 25, 2024 1

It would seem to my untrained eyes that the default--
export const DefaultNodeVersion = '16';

might be changed to something like--
export const DefaultNodeVersion = '>=16.0.0';

and let semver.satisfies do a proper compare??

from dbux.

Domiii avatar Domiii commented on August 25, 2024

Related to #593.
Version 16 is currently hardcoded in this line of code.

  • I'd recommend, either change that line or downgrade to 16 using volta or nvm.
  • The better fix would be to change requirements to check for "greater or equal" instead of "equal".

Also: Can't you just say "keep going" even with the warning? That theoretically should be possible, but maybe there is a small bug.

from dbux.

Domiii avatar Domiii commented on August 25, 2024

It would seem to my untrained eyes that the default-- export const DefaultNodeVersion = '16';

might be changed to something like-- export const DefaultNodeVersion = '>=16.0.0';

and let semver.satisfies do a proper compare??

If that works, sure! Please test and file a PR if it works🙏 😄

from dbux.

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.