Re: packaging a port that uses npm during build.

2019-10-30 Thread Yuri
On 2019-10-30 13:16, Willem Jan Withagen wrote: But my project includes about a npm 62 toplevel packages. :-( and many more getting installed as extra dependancies. So that is not really an option. 'npm install -l' does the basic local installation, it has a ton of options that allow it to

Re: packaging a port that uses npm during build.

2019-10-30 Thread Willem Jan Withagen
On 30-10-2019 18:12, Yuri wrote: On 2019-10-28 04:17, Willem Jan Withagen wrote: I think I read once somewhere that there is also a "flag" that indicates that the port wants network access during the build. Is that feasible? No, this isn't/shouldn't be possible. Please look at how misc/

Re: packaging a port that uses npm during build.

2019-10-30 Thread Yuri
On 2019-10-28 04:17, Willem Jan Withagen wrote: I think I read once somewhere that there is also a "flag" that indicates that the port wants network access during the build. Is that feasible? No, this isn't/shouldn't be possible. Please look at how misc/netron is done. It pre-packages NP

Re: packaging a port that uses npm during build.

2019-10-29 Thread Willem Jan Withagen
On 29-10-2019 01:41, Adam Weinberger wrote: On Mon, Oct 28, 2019 at 6:34 AM Willem Jan Withagen wrote: On 28-10-2019 13:28, Adam Weinberger wrote: On Mon, Oct 28, 2019 at 5:17 AM Willem Jan Withagen wrote: Hi, The ceph ports should have a manager module called dashboard that exists of a lar

Re: packaging a port that uses npm during build.

2019-10-28 Thread Adam Weinberger
On Mon, Oct 28, 2019 at 6:34 AM Willem Jan Withagen wrote: > > On 28-10-2019 13:28, Adam Weinberger wrote: > > On Mon, Oct 28, 2019 at 5:17 AM Willem Jan Withagen > > wrote: > >> > >> Hi, > >> > >> The ceph ports should have a manager module called dashboard that > >> exists of a large bundle op

Re: packaging a port that uses npm during build.

2019-10-28 Thread Willem Jan Withagen
On 28-10-2019 13:28, Adam Weinberger wrote: On Mon, Oct 28, 2019 at 5:17 AM Willem Jan Withagen wrote: Hi, The ceph ports should have a manager module called dashboard that exists of a large bundle op JS-scripts that get installed with npm/node during running make on the configured build. Up

Re: packaging a port that uses npm during build.

2019-10-28 Thread Adam Weinberger
On Mon, Oct 28, 2019 at 5:17 AM Willem Jan Withagen wrote: > > Hi, > > The ceph ports should have a manager module called dashboard that > exists of a large bundle op JS-scripts that get installed with npm/node > during running make on the configured build. > > Uptil now I've exclude that from bui