zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.25k stars 621 forks source link

Unable to run Starwars example on MacOs #1155

Open vasilich6107 opened 2 years ago

vasilich6107 commented 2 years ago

Hi. I was trying to create a reproduction of one bug.

To make it clear I wanted to make a branch with reproduction using starwars example but I'm unable to run server on macOs

Warning: You are using these overridden dependencies:
! graphql_parser 1.1.4 from git https://github.com/micimize/angel.git at 8aad40 in packages/graphql/graphql_parser
! graphql_server 1.1.0 from git https://github.com/micimize/angel.git at fc0d00 in packages/graphql/graphql_server
Got dependencies!
flutter pub get
Running "flutter pub get" in starwars...                           371ms
Please run "make server !&" to run the server
make: `server' is up to date.

vasilich@Vasiliys-MBP starwars % make server !&
zsh: event not found: &
vasilich@Vasiliys-MBP starwars % 
vincenzopalazzo commented 2 years ago

Mh! yeah the example is a little bit outdated, I have in my todo list to look into it, I will do in this weekend if nothings happens :)

Thanks for the report!