Open andrei4002 opened 1 year ago
Though I'm not in the same context, I also had problems with compiling gax with the current package.json in github.
I upgraded the following packages
"@google-cloud/pubsub": "^0.32.1", "node-sass": "^4.14.0",
And then yarn install and yarn build-all worked fine.
Hope it can help.
This is not an issue related to docker. If you try to install LL it will break.
To fix the grpc issue, I've done two steps:
cd /path/to/your/learninglocker/webapp/node_modules/grpc && npm i
What version were you using?
If you were using open source, please add the "Open Source" label to this issue. Open Source
What steps can we follow to reproduce the behaviour?
Trying to install this with docker using the following file:
Creating a docker image yields an error with this output at the
npm_config_build_from_source=true yarn install --ignore-engines
step:What is the actual behaviour?
If applicable, add screenshots to help explain your problem.
What is the expected behavior?
correct installation
Is there any additional information that will help us replicate/understand the problem?