Date: Sun, 23 Feb 2020 09:00:47 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 244248] editors/vscode - preinstall node version patch Message-ID: <bug-244248-7788-Fed4nGEfez@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-244248-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-244248-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244248 --- Comment #2 from Sebastian Stroniewski-Wojtczak <sebastian.stroniewskiwo= jtczak@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 "majorNodeVer= sion >=3D 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 t= hey 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244248-7788-Fed4nGEfez>