Closed DaQueenJodi closed 1 year ago
I may be missing something obvious, but I can run
npm i
to build the project, but then I don't see any binary that I can run.
Note that Insect is written in PureScript and compiled to JavaScript. No binary is being created, but a lot of JavaScript code. After running npm install
, you also have to compile Insect via npm run build
. To run the terminal version after building from source, you can start
node index.js
We should definitely update the documentation w.r.t. this.
I may be missing something obvious, but I can run
npm i
to build the project, but then I don't see any binary that I can run. I only see the web version I am new tonpm
so I'm not sure if this is specific to this project or if I just missed something majorif it matters, I'm using linux with
npm 8.13.2