Stream: general

Topic: Install jco from source


view this post on Zulip Jeremy Slater (Mar 05 2024 at 18:39):

Forgive my ignorance; how do I install the jco tool from source, so that I can test out some currently unreleased code? Is it a matter of just excuting the src/jco.js file or do I need to build/install something?

view this post on Zulip Guy Bedford (Mar 05 2024 at 18:48):

@Jeremy Slater if you clone the repo and run npm install && npm run build you can then run node src/jco.js directly yes

view this post on Zulip Jeremy Slater (Mar 05 2024 at 18:50):

Great, thanks! And everything is installed and used locally from node_modules so I don't have to worry about system inteference or anything?


Last updated: Nov 22 2024 at 16:03 UTC