nuxt bridge ||= syntax error
Trying to add Nuxt Bridge to a project using node 14.21.3
I get the following error when I add
defineNuxtConfig
to my nuxt.config.js:
Nuxt Fatal Error SyntaxError: Unexpected token '||='
I can't seem to find anywhere what the node version requirements would be. If I upgrade I get node-sass issues, so wondering if anyone knows what I can do here?1 Reply
I started removing node-sass and wen to 18. Hopefully that meets nuxt-bridge requirements, but I'm still getting a new error:
It's hard to understand from the docs the sets of dependenices I need to make nuxt bridge work.