https://github.com/blimmer/datadog-lambda-layer-js-issue
https://github.com/blimmer/datadog-lambda-layer-js-issue
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blimmer/datadog-lambda-layer-js-issue
- Owner: blimmer
- Created: 2020-05-04T16:28:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T09:38:40.000Z (almost 5 years ago)
- Last Synced: 2025-02-26T20:43:02.291Z (over 1 year ago)
- Language: JavaScript
- Size: 457 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datadog-lambda-layer-js 2.23.0 issue
To reproduce the problem:
1. Make sure you're using the current LTS version of node `nvm use` or check that `node --version` reports 12.16.3
1. Run `npm ci` to install dependencies
1. Run `npm run build` to see the error.
You can see that this is working with 2.22.0 by:
1. Update `package.json`'s `datadog-lambda-js` value to `2.22.0`.
1. Run `npm install` to get the new version
1. Run `npm run build`. Note that it's successful.