http-terminator icon indicating copy to clipboard operation
http-terminator copied to clipboard

Node engine is too permissive

Open agoldis opened this issue 3 years ago • 0 comments

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

agoldis avatar Jan 11 '23 22:01 agoldis