Roy Sharon

Results 2 comments of Roy Sharon

For anybody encountering this bug here is a workaround until it is fixed: ```javascript import parser from 'search-query-parser' const options = { keywords: ['brakes'], offsets: false } const orgQuery =...

For those landing on this page in the future: I encountered the same error. I’m not entirely sure why it happened, but switching from `"@sveltejs/adapter-auto": "^4.0.0"` to `"@sveltejs/adapter-node": "^5.2.12"` in...