holzschu / a-Shell-commands

shell commands, pre-compiled to webAssembly, ready to use in a-Shell
554 stars 21 forks source link

Add node/npm #9

Open mikicof opened 3 years ago

mikicof commented 3 years ago

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!

holzschu commented 3 years ago

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.