prisma-labs / yoga2

A lightweight 'Ruby on Rails'-like framework for GraphQL
https://www.graphql.yoga
MIT License
347 stars 15 forks source link

Missing dependencies #152

Open homoky opened 5 years ago

homoky commented 5 years ago

I installed clear yoga2 with npm init and after npm run dev:

Error: Cannot find module 'express'

So I had to install it manualy via npm instal express

Please add it to required dependencies, I guess not every one has it installed globally.