[Bug 244248] editors/vscode - preinstall node version patch

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 20 18:18:48 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244248

            Bug ID: 244248
           Summary: editors/vscode - preinstall node version patch
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: sebastian.stroniewskiwojtczak at gmail.com
                CC: tagattie at yandex.com
                CC: tagattie at yandex.com
             Flags: maintainer-feedback?(tagattie at yandex.com)

Created attachment 211779
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211779&action=edit
patch for Node Version used during pre compilation.

Hi,

I've checked building VsCode with never version of Node. Currently I'm using
13.7.0 while default VsCode marked that version as not supported. It builds
like a charm with Node >=13.



******** patch-build_npm_preinstall.js *********

-if (majorNodeVersion < 10 || majorNodeVersion >= 13) {                         
+if (majorNodeVersion < 10 || majorNodeVersion >= 15) {    

******** patch-build_npm_preinstall.js *********

Full patch attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list