Getting Started

Darren Strachan @darren_strachan_twitter 14:37
hi folks, sorry for the newbie question. Have installed serverless, setup an IAM user etc and added AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY to my environment. Now trying to create my first service with: serverless create --template aws-nodejs --name my-special-service
but it borks out in “async.js”, line 61. “ServerlessError: Command not found”

Hey @darren_strachan, is that with Version 1.0? Thats a weird error, can you show the a screenshot of the full error? you can also run it with SLS_DEBUG=true serverless create --template aws-nodejs --name my-special-service to get more details.