#Module parse failed: Unexpected token (55:128)

3 messages · Page 1 of 1 (latest)

prisma ibex
#

I'm working on existing React V17 project and i'm trying to intgrated with Tauri. I add tauri package @tauri-apps/api to work with image I got that error. any help to resolve it ?

nocturne stratus
#

I'm assuming it's failing to read the null coalescing operator. You should check that you are running something like ES2020/ES2022 in your package or tsconfig (if using typescript)

prisma ibex
#

here is my config file !