Node engine is too permissive
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 68/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- node.js, typescript
- Domain
- backend
Research direction
Open package.json and inspect the engines.node declaration. Compare the declared minimum with the Node 14.15.5 failure and the linked Node changelog for crypto UUID support. Done means the package metadata no longer claims support for versions where randomUUID is unavailable.
Written by the indexing model from the issue text.
Description
Running on node 14.15.5 gives an error:
/Users/agoldis/currents-demo/node_modules/fast-json-stringify/index.js:83
rootSchemaId = schema.$id || randomUUID()
^
TypeError: randomUUID is not a function
at build (/Users/agoldis/currents-demo/node_modules/fast-json-stringify/index.js:83:32)
at Object.<anonymous> (/Users/agoldis/currents-demo/node_modules/roarr/dist/src/Roarr.js:15:57)
However, engines field of package.json claims
"engines": {
"node": ">=14"
},
14.17+ would be a better option
- Dominant language
- TypeScript
- Stars
- 335
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
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.
More from gajus/http-terminator
-
Difficulty 5/5 Over a week Newbie friendliness 10/100
gajus/http-terminator#47 · 2 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
gajus/http-terminator#45 · 1 comment ·
-
Difficulty 1/5 Under an hour Newbie friendliness 20/100
gajus/http-terminator#42 · 1 comment · 1 reaction ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
gajus/http-terminator#40 · 6 reactions ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
gajus/http-terminator#36 · 16 reactions ·
All issues in gajus/http-terminator
Similar issues
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 91/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 95/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100