[Bug 256144] [NEW PORT] www/code-server Run VS Code on a server and access it anywhere in a browser

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 26 May 2021 10:58:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256144

--- Comment #5 from Guangyuan Yang <ygy@freebsd.org> ---
Ok, I think (from my limited experience in this topic of npm-based ports) this
port won't pass Poudriere test port, since internet access in do-install is
forbidden, but is required here from npm install.

There aren't many nodejs/npm based ports, and I am not sure what the best way
is to solve this problem. A possible way is to pre-fetch and package the
node_modules and serve it off for this port. Please take a look at
misc/netron/Makefile, and I can possibly help you in the process.

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