Open juliendargelos opened 5 years ago
This error can be resolved the following way:
# Create the project selecting vue-fullstack-advanced
gql create my-project
# Let the command fail
# Move to project directory, remove yarn.lock and install dependencies
cd my-project
rm yarn.lock
yarn
# Move to server directory and run prisma deploy
cd server
prisma deploy
By running
gql create
with the vue-fullstack-advanced boilerplate, I get an error while building packages.graphql-cli 3.0.11 node 10.14.1 with nvm macOS 10.14.3