holzschu / a-Shell-commands

shell commands, pre-compiled to webAssembly, ready to use in a-Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add node/npm

mikicof opened this issue · comments

Hi!

First of all, great job!
I would be very interested if you could add Node.js and NPM as I could use this to build and preview my web apps on the go. It would also open lots of possibilities as there are lots of nodejs projects.

Thank you!

Hi,
thanks for the kind words. Both Node.js and NPM are on the TODO list, but it's not easy: there is no clear source code distribution, and the compatibility with the JavaScript installed in Apple is unclear at best.

I've seen one version of Node.js compiled to WebAssembly, so there is a possibility.