image
image copied to clipboard
FATAL Invalid or unexpected token
When I'm trying to add this module to my app I have following error:
FATAL Invalid or unexpected token 10:02:35
const ext = input.split(".").pop()?.split("?")[0]; ^
SyntaxError: Invalid or unexpected token at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
╭──────────────────────────────────────────────╮ │ │ │ ✖ Nuxt Fatal Error │ │ │ │ SyntaxError: Invalid or unexpected token │ │ │ ╰──────────────────────────────────────────────╯
error Command failed with exit code 1.
Node v16.17.1 Nuxt 2.14.7