image icon indicating copy to clipboard operation
image copied to clipboard

FATAL Invalid or unexpected token

Open vedmant opened this issue 3 years ago • 0 comments

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

vedmant avatar Oct 06 '22 15:10 vedmant