ryo-ma / ryo-ma/github-profile-trophy
My GitHub Mirror is now erroring out.
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.7k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
Error code:
TypeError: Relative import path "@std/dotenv/load" not prefixed with / or ./ or ../
at [0m[36mfile:///var/task/api/index.ts[0m:[0m[33m5[0m:[0m[33m8[0m
at async processEvents (file:///vercel/path0/.vercel/builders/node_modules/vercel-deno/dist/runtime.ts:81:17) {
code: "ERR_MODULE_NOT_FOUND"
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with api/index.ts at line 5 and inspect the @std/dotenv/load import used by the Vercel Deno runtime. Reproduce the deployment error and verify that the GitHub mirror loads without the ERR_MODULE_NOT_FOUND failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- deno, typescript
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100