Anders Evenrud

Results 283 comments of Anders Evenrud

Into what kind of a distro exactly ?

I'm not sure I fully understand what you mean there. The way I read your comment it sounds like what this issue suggests, i.e. create a npm package for it...

> Like the shell script you made to compile the source in RX/UI3 The scripts in that project was bespoke and would not really work on anything else that that...

Another thing I should mention is that the "OS.js distro" (this repo) is not really meant to be published to npm. However, this issue will publish a package that will...

> So it refers to the installation in a seperate folder? Doesn't this kinda defeat the purpose of switching if it lives in another folder ? Or am I misunderstanding...

> Install somewhere else and configure OSJS to run or write to that folder Sorry, but I don't understand what you mean by this.

I see. That might be useful in some cases. I actually do something like this on my workstation (because I have a ton of different installations). I have my `src/client/index.js`...

I've had some discussions on this here: https://community.os-js.org/t/how-to-get-full-os-js/569 I'll see if there isn't a nice way to solve this without having to modify anything.

Just updating this because this came up on Gitter. Node 17 is currently not supported because of changes with SSL of which older webpack (4) has no support for. `npm`...

@ajmeese7 Feel free to submit PRs on that if possible. I would love to get transitioned, but simply don't have the time myself.