Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
stop npm install from failing for
serverless --template-url=https://github.com/serverless/examples/tree/v3/aws-node-rest-api-typescript
this resolves version conflicts between version of TSLint that is required by the root project and the version required by the "tslint-config-airbnb" package.
this issue may be present on other examples too so pls check and resolve as required.
stop npm install from failing for
serverless --template-url=https://github.com/serverless/examples/tree/v3/aws-node-rest-api-typescript
this resolves version conflicts between version of TSLint that is required by the root project and the version required by the "tslint-config-airbnb" package.
this issue may be present on other examples too so pls check and resolve as required.