Pyrrha-Platform / Pyrrha-Deployment-Configurations

A centralized place for Helm charts, GitHub Actions, and other local and cloud deployment resources.
Apache License 2.0
1 stars 3 forks source link

npm error on pyrrha-api-auth #16

Open jhrbva opened 2 years ago

jhrbva commented 2 years ago

Is your feature request related to a problem? Please describe. There is an npm error about a missing module on pyrrha-api-auth after running docker-compose.

| > api-auth@0.0.1 start /app pyrrha-api-auth | > node server.js pyrrha-api-auth | pyrrha-api-auth | [2021-10-25T20:32:59.116] [INFO] appid-sdk - Initialized pyrrha-api-auth | internal/modules/cjs/loader.js:818 pyrrha-api-auth | throw err; pyrrha-api-auth | ^ pyrrha-api-auth | pyrrha-api-auth | Error: Cannot find module 'form-data'

krook commented 2 years ago

Thanks for the report @jhrbva. Were you able to find a workaround or resolve this? Or are you still stuck?

jhrbva commented 2 years ago

Hi @krook I can no longer reproduce this issue. Not sure if this was the fix but I've downgraded from node 14 to 12.

krook commented 2 years ago

Thanks for confirming @jhrbva. Should we keep the issue open just in case?