Closed craigdrayton closed 2 months ago
Downgrading to v1.3.0 resolves the issue
For me the error is different Cannot start Docker Compose application. Reason: exit status 1
, and on v1.3.0
I'm having
ERROR in ./src/components/variables.css
Module build failed (from ./node_modules/postcss-variables-loader/lib/index.js):
BrowserslistError: Unknown browser query `dead`
This project doesn't seem to be maintainted anymore...
@LunaticMuch since you were the last that commited here, would you mind to see whats going on here? its a very tiny fix, but without that version 2 is broken
Fixed on graphql-voyager@2.1.0
I'm trying to use Voyager with a GraphQL Yoga server running Express:
When I try to access http://localhost:4000/voyager I get "Unexpected reserved word at voyager:42:29" error in console.
It's tripping up on the "await", which doesn't seem to be in an async function.