Answer the question
In order to leave comments, you need to log in
How to debug such errors?
Presumably the problem appeared after upgrading nodejs from 12.x to 14.15
ERROR undefined 17:26:14
at fn (node_modules/ky/umd.js:321:0)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async Ky._retry (node_modules/ky/umd.js:412:0)
at async HTTP.module.exports../.nuxt/http.js.HTTP.<computed> [as get] (.nuxt/http.js:92:0)
at async asyncData (index.vue:24:0)
Answer the question
In order to leave comments, you need to log in
The dependency in the "ky" folder in the nodemodules does not seem to support the new syntax.
Find a doc for this "ky" and read which version of node it/it/it integrates with.
It is possible that "ky" does not support the new node. Then you have to either roll back the node, or abandon this module.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question