Skip to content

Commit 8e2ab08

Browse files
authored
npm command fix
I think the second line of serverless npm packages should be installed in dev env.
1 parent dcc0835 commit 8e2ab08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/faq/serverless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ First, let's install the required packages:
178178

179179
```bash
180180
$ npm i @vendia/serverless-express aws-lambda
181-
$ npm i @types/aws-lambda serverless-offline
181+
$ npm i -D @types/aws-lambda serverless-offline
182182
```
183183

184184
> info **Hint** To speed up development cycles, we install the `serverless-offline` plugin which emulates AWS λ and API Gateway.

0 commit comments

Comments
 (0)