Date: Thu, 20 Feb 2020 18:18: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@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244248 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@FreeBSD.org Reporter: sebastian.stroniewskiwojtczak@gmail.com CC: tagattie@yandex.com CC: tagattie@yandex.com Flags: maintainer-feedback?(tagattie@yandex.com) Created attachment 211779 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D211779&action= =3Dedit 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 >=3D13. ******** patch-build_npm_preinstall.js ********* -if (majorNodeVersion < 10 || majorNodeVersion >=3D 13) {=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 +if (majorNodeVersion < 10 || majorNodeVersion >=3D 15) {=20=20=20=20 ******** patch-build_npm_preinstall.js ********* Full patch attached. --=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>