[Bug 244248] editors/vscode - preinstall node version patch
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Feb 23 09:00:47 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244248
--- Comment #2 from Sebastian Stroniewski-Wojtczak <sebastian.stroniewskiwojtczak at gmail.com> ---
The Port only mark Node to version 10 while we can install www/node which is
13.7.0 actually.
The port does not stopped building due to wrong version of Node but will
continue and fail during configuration/compilation because of "majorNodeVersion
>= 13" which is part of build/npm/preinstall.js.
Latest stable release 13.8.0
So we can with small files/patch allow users to decide which Node version they
can use to build VsCode.
Port dependency is handled by any Node version installed in the system. In my
case its www/node (13.7.0). So the only blocking point is to allow building
VsCode with newer Node versions instead of forcing users to use version
10<->13.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list