Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command "project" not found #24

Open
geirman opened this issue Apr 21, 2017 · 7 comments
Open

Command "project" not found #24

geirman opened this issue Apr 21, 2017 · 7 comments

Comments

@geirman
Copy link

geirman commented Apr 21, 2017

$ serverless project install serverless-graphql-blog

  Serverless Error ---------------------------------------

     Command "project" not found, Run "serverless help" for
     a list of all available commands.

  Get Support --------------------------------------------
     Docs:          docs.serverless.com
     Bugs:          github.com/serverless/serverless/issues
     Forums:        forum.serverless.com
     Chat:          gitter.im/serverless/serverless

  Your Environment Information -----------------------------
     OS:                 darwin
     Node Version:       6.10.2
     Serverless Version: 1.11.0

I also tried...

  1. $ serverless install project serverless-graphql-blog
  2. $ serverless install serverless-graphql-blog
@bradennapier
Copy link

Only way I got headway was to use

serverless install --url https://github.com/serverless/serverless-graphql-blog

It installed things but haven't gotten it going yet.

@felzix
Copy link

felzix commented Jun 25, 2017

This was written for a serverless version below 1.0. I'm on 1.16.0. So this needs to be updated to be usable.

It would be good if the owner removed this from google searches (or alltogether) so people don't get misdirected here.

@sbussard
Copy link

@kevinold what would it take to update this project? it doesn't seem to work anymore

@serverlesspolska
Copy link

Yes, it would be awesome to have this project updated to recent version of serverless framework (and other libraries as well)

@bradennapier
Copy link

bradennapier commented Jun 30, 2017

I do have an example of using this on aws-lambda that is based on what we are using in production now. It also shows the use of data-loader so I thought some of you guys may find it useful, it's working quite well.

https://github.com/Dash-OS/graphql-dataloader-example we combine it with this library to make a clean and simple overall endpoint https://github.com/Dash-OS/aws-lambda-runner

@Gribbs
Copy link

Gribbs commented Aug 31, 2017

Please can someone update? Seems like it would do exactly what I need if it would just work on the latest version of serverless!

@sbussard
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants