Open
Description
Similar to #126 I am getting a lot of deprecated dependencies when I install the package in my Dockerfile.
My output is below:
=> ERROR [build-image 7/7] RUN npm install aws-lambda-ric 64.1s
------
> [build-image 7/7] RUN npm install aws-lambda-ric:
4.877 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
4.949 npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
4.961 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
4.968 npm warn deprecated npmlog@6.0.2: This package is no longer supported.
4.982 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
4.984 npm warn deprecated gauge@4.0.4: This package is no longer supported.
64.05 npm error code 1
64.05 npm error path /function/node_modules/aws-lambda-ric
64.05 npm error command failed
64.05 npm error command sh -c ./scripts/postinstall.sh
64.05 npm error > aws-lambda-ric@3.3.0 build:gyp
64.05 npm error > node-gyp rebuild
64.05 npm error gyp info it worked if it ends with ok
64.05 npm error gyp info using node-gyp@9.4.0
64.05 npm error gyp info using node@18.20.3 | linux | x64
64.05 npm error gyp info find Python using Python version 3.7.3 found at "/usr/bin/python3"
64.05 npm error gyp http GET https://nodejs.org/download/release/v18.20.3/node-v18.20.3-headers.tar.gz
64.05 npm error gyp WARN install got an error, rolling back install
64.05 npm error gyp ERR! configure error
64.05 npm error gyp ERR! stack FetchError: request to https://nodejs.org/download/release/v18.20.3/node-v18.20.3-headers.tar.gz failed, reason: self-signed certificate in certificate chain
64.05 npm error gyp ERR! stack at ClientRequest.<anonymous> (/function/node_modules/minipass-fetch/lib/index.js:130:14)
64.05 npm error gyp ERR! stack at ClientRequest.emit (node:events:517:28)
64.05 npm error gyp ERR! stack at TLSSocket.socketErrorListener (node:_http_client:501:9)
64.05 npm error gyp ERR! stack at TLSSocket.emit (node:events:529:35)
64.05 npm error gyp ERR! stack at emitErrorNT (node:internal/streams/destroy:151:8)
64.05 npm error gyp ERR! stack at emitErrorCloseNT (node:internal/streams/destroy:116:3)
64.05 npm error gyp ERR! stack at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
64.05 npm error gyp ERR! System Linux 5.15.167.4-microsoft-standard-WSL2
64.05 npm error gyp ERR! command "/usr/local/bin/node" "/function/node_modules/.bin/node-gyp" "rebuild"
64.05 npm error gyp ERR! cwd /function/node_modules/aws-lambda-ric
64.05 npm error gyp ERR! node -v v18.20.3
64.05 npm error gyp ERR! node-gyp -v v9.4.0
64.05 npm error gyp ERR! not ok
64.06
64.06 npm error A complete log of this run can be found in: /root/.npm/_logs/2025-06-16T22_51_35_366Z-debug-0.log
------
Metadata
Metadata
Assignees
Labels
No labels