I ran: ``` serverless init fullstack-app cd fullstack-app ``` Then edited `.env` and entered my AWS key details. Then: ``` serverless login //This is required but not mentioned in the readme serverless deploy ``` And the output is: ``` 2s » Serverless » Error: 404 - The referenced component instance "dev.fullstack-app.permissions" does not exist ```