Closed kiranparajuli589 closed 6 months ago
You need to pin Node to version 18.18 i believe (but might be 18.16/18.17). This is fixed in latest Credo release but as you’re using an older credo version you need to downgrade your node version
You need to pin Node to version 18.18 i believe (but might be 18.16/18.17). This is fixed in latest Credo release but as you’re using an older credo version you need to downgrade your node version
Thank you @TimoGlastra, The issue is resolved after I used node v18.18.0. :rocket: :partying_face:
Summary
Encountering
node-gyp
&ffi-napi
issues while installing@aries-framework/node@0.3.3
.This was previously functioning normally, now consistently encountering errors during installation.
Context
Here is the reproducible Dockerfile
Logs
Thank you for the help in advance.