-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install aws-lambda-ric --save throwing error #3
Comments
Getting the same error – albeit on
|
Yarn installation on windows 10 gives me this:
|
Any update about this bug? |
I was seeing the same issue on |
Worked for me to use node:12.22.12-buster base image Not worked: ubuntu:latest and installation of node 14 |
any update? |
@RRobbins94 To get this working in Windows 10, I used WSL ubuntu distro.
Also, I was facing an issue with Libcuda.so.1 symbolic link creation. To fix that either follow |
This error occurs when trying to install outside of a dockerfile.
When trying to npm install aws-lambda-ric --save, the following error is thrown:
1606 verbose stack Error: [email protected] preinstall:
./scripts/preinstall.sh
1606 verbose stack Exit status 1
1606 verbose stack at EventEmitter. (C:\Users\User\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)
1606 verbose stack at EventEmitter.emit (events.js:189:13)
1606 verbose stack at ChildProcess. (C:\Users\User\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
1606 verbose stack at ChildProcess.emit (events.js:189:13)
1606 verbose stack at maybeClose (internal/child_process.js:970:16)
1606 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
1607 verbose pkgid [email protected]
1608 verbose cwd C:\Users\User\source\repos\aws-lambda-container\myProj\hello-world
1609 verbose Windows_NT 10.0.18363
1610 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Users\User\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "install" "aws-lambda-ric" "--save"
1611 verbose node v10.15.3
1612 verbose npm v6.14.9
1613 error code ELIFECYCLE
1614 error errno 1
1615 error [email protected] preinstall:
./scripts/preinstall.sh
1615 error Exit status 1
1616 error Failed at the [email protected] preinstall script.
1616 error This is probably not a problem with npm. There is likely additional logging output above.
1617 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered: