Description
I've setup the NightScout in Google, https://navid200.github.io/xDrip/docs/Nightscout/GoogleCloud.html, and it works so I tried to install this and get this error. Maybe the setup from here doesn't support this?
Here's what I see when I run my start.sh
mstry9@instance-20240511-203125:~/main/nightscout-librelink-up-main$ sudo bash start.sh
start.sh: line 2: rt: command not found
[email protected] start /home/mstry9/main/nightscout-librelink-up-main
npx ts-node --transpile-only src/index.ts
npx: installed 17 in 2.185s
Cannot find module 'typescript'
Require stack:
- /root/.npm/_npx/12539/lib/node_modules/ts-node/dist/util.js
- /root/.npm/_npx/12539/lib/node_modules/ts-node/dist/bin.js
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start:npx ts-node --transpile-only src/index.ts
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2024-06-15T00_12_23_032Z-debug.log
mstry9@instance-20240511-203125:~/main/nightscout-librelink-up-main$