-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Render Deployment Fails
Steps to Reproduce
- Click Deploy to Render
- Fail to deploy
Component
Other
Environment
Render
Relevant log output
2026-01-10T08:48:40.754283581Z ==> It looks like we don't have access to your repo, but we'll try to clone it anyway.
2026-01-10T08:48:40.754335715Z ==> Cloning from https://github.com/CaviraOSS/OpenMemory
2026-01-10T08:48:41.318985422Z ==> Checking out commit ae737a3e4aad103ec4550ca6266ce424f8e17590 in branch main
2026-01-10T08:48:42.793459323Z ==> Using Node.js version 22.16.0 (default)
2026-01-10T08:48:42.818769849Z ==> Docs on specifying a Node.js version: https://render.com/docs/node-version
2026-01-10T08:48:44.698057217Z ==> Running build command 'npm install && npm run build'...
2026-01-10T08:48:50.779784723Z
2026-01-10T08:48:50.779810045Z added 441 packages, and audited 442 packages in 6s
2026-01-10T08:48:50.779832367Z
2026-01-10T08:48:50.779849498Z 57 packages are looking for funding
2026-01-10T08:48:50.779861098Z run `npm fund` for details
2026-01-10T08:48:50.782200132Z
2026-01-10T08:48:50.782210823Z 3 vulnerabilities (1 moderate, 2 high)
2026-01-10T08:48:50.782214593Z
2026-01-10T08:48:50.782219103Z To address all issues, run:
2026-01-10T08:48:50.782222774Z npm audit fix
2026-01-10T08:48:50.782226214Z
2026-01-10T08:48:50.782229734Z Run `npm audit` for details.
2026-01-10T08:48:50.954951171Z
2026-01-10T08:48:50.954975693Z > openmemory-js@1.3.2 build
2026-01-10T08:48:50.954980613Z > tsc -p tsconfig.json
2026-01-10T08:48:50.954984173Z
2026-01-10T08:49:00.090711336Z src/ops/compress.ts(217,22): error TS1161: Unterminated regular expression literal.
2026-01-10T08:49:00.090953163Z src/sources/github.ts(37,44): error TS1161: Unterminated regular expression literal.
2026-01-10T08:49:00.091006586Z src/sources/github.ts(38,9): error TS1005: ',' expected.
2026-01-10T08:49:00.091069901Z src/sources/web_crawler.ts(110,45): error TS1005: ',' expected.
2026-01-10T08:49:00.091127345Z src/sources/web_crawler.ts(110,52): error TS1005: ',' expected.
2026-01-10T08:49:00.091188929Z src/sources/web_crawler.ts(110,55): error TS1005: ',' expected.
2026-01-10T08:49:00.09120073Z src/sources/web_crawler.ts(110,61): error TS1005: ',' expected.
2026-01-10T08:49:00.091260604Z src/sources/web_crawler.ts(110,62): error TS1005: ',' expected.
2026-01-10T08:49:00.091404264Z src/sources/web_crawler.ts(110,70): error TS1005: ',' expected.
2026-01-10T08:49:00.091695714Z src/sources/web_crawler.ts(110,72): error TS1005: ',' expected.
2026-01-10T08:49:00.091747978Z src/sources/web_crawler.ts(110,81): error TS1005: ',' expected.
2026-01-10T08:49:00.09177327Z src/sources/web_crawler.ts(135,40): error TS1005: ';' expected.
2026-01-10T08:49:00.091823074Z src/sources/web_crawler.ts(135,45): error TS1434: Unexpected keyword or identifier.
2026-01-10T08:49:00.091946732Z src/sources/web_crawler.ts(135,59): error TS1128: Declaration or statement expected.
2026-01-10T08:49:00.091962613Z src/sources/web_crawler.ts(135,61): error TS1434: Unexpected keyword or identifier.
2026-01-10T08:49:00.091975944Z src/sources/web_crawler.ts(162,1): error TS1160: Unterminated template literal.
2026-01-10T08:49:00.347500461Z ==> Build failed 😞
2026-01-10T08:49:00.347517622Z ==> Common ways to troubleshoot your deploy: https://render.com/docs/troubleshooting-deploysCode of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working