Aws-sdk-js: node-pre-gyp broke

Created on 23 Sep 2019  路  5Comments  路  Source: aws/aws-sdk-js

https://github.com/mapbox/node-pre-gyp/issues/477

Confirm by changing [ ] to [x] below to ensure that it's a bug:

Describe the bug
A clear and concise description of what the bug is.

Is the issue in the browser/Node.js?
Browser/Node.js

If on Node.js, are you running this on AWS Lambda?

Details of the browser/Node.js version
Paste output of npx envinfo --browsers or node -v

SDK version number
Example: v2.466.0

  • For browsers, the SDK version number is in the script tag
    src=".../aws-sdk-2.466.0.min.js"
  • For Node.js, get SDK version by

    • running command npm list aws-sdk from your root directory

    • printing the output of AWS.VERSION in your code where AWS = require("aws-sdk");

To Reproduce (observed behavior)
Steps to reproduce the behavior (please share code or minimal repo)

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

bug response-requested

Most helpful comment

Looks like someone messed up :/ can't build anything with Docker and node at the moment.

There really should be an "upvote" option in github for issues. Might get more attention to major issues that way....

All 5 comments

Looks like someone messed up :/ can't build anything with Docker and node at the moment.

There really should be an "upvote" option in github for issues. Might get more attention to major issues that way....

Hey @charliekump-wf I don't get this issue when installing in local(Mac) or docker. I'm installing the newest version(v2.534.0). Can you provider detailed triggering condition?

Seems to only happen in our dockerized linux environments, doesn't reproduce locally for me either.

Here are the package combos:

"dependencies": { "codeceptjs": "2.3.1", "codeceptjs-resemblehelper": "1.7.0", "mocha": "6.2.0", "mocha-junit-reporter": "1.23.1", "mocha-multi": "latest", "puppeteer": "1.19.0", "shelljs": "0.8.3", "unit.js": "2.1.0" } }

@AllanFly120 We can close this issue, appears to be an issue in minipass. When I added a pin to 2.7.0, it resolved. Thanks for looking

https://github.com/lovell/sharp/issues/1882#issuecomment-534266128

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

Was this page helpful?
0 / 5 - 0 ratings