When installing dependencies, if errors, use:
- npm uninstall @types/node
and then
- npm install @types/node@18 --savedev
make build - build program into dist/
make run ARGS="___" - run program in dist/ with ARGS "___"
make ARGS="___" - build and run program with ARGS "___"
Currently invoke methods as such:
Step 1. Compile: npx tsc
Step 2. Invoke: node dist/cli.js install node dist/cli.js sample_url
- Trent Calibo
- Ola Kosowska
- Zack Kouba
- Nathan Kap