Skip to content
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

Pin the Redis version to 3.1.2 #29

Open
hoitomt-verodin opened this issue Feb 21, 2022 · 0 comments
Open

Pin the Redis version to 3.1.2 #29

hoitomt-verodin opened this issue Feb 21, 2022 · 0 comments
Labels
bug Something isn't working deprecation update A fix for something that is outdated but not broken yet

Comments

@hoitomt-verodin
Copy link

An npm/node error is being thrown on startup which prevents the webui containier from starting in docker-compose; Step 46 in the training

```
webui_1   | /node_modules/redis/dist/index.js:27
webui_1   |     ...bloom_1.default,
webui_1   |     ^^^
webui_1   |
webui_1   | SyntaxError: Unexpected token ...
webui_1   |     at exports.runInThisContext (vm.js:53:16)
webui_1   |     at Module._compile (module.js:373:25)
webui_1   |     at Object.Module._extensions..js (module.js:416:10)
webui_1   |     at Module.load (module.js:343:32)
webui_1   |     at Function.Module._load (module.js:300:12)
webui_1   |     at Module.require (module.js:353:17)
webui_1   |     at require (internal/module.js:12:17)
webui_1   |     at Object.<anonymous> (/webui.js:3:13)
webui_1   |     at Module._compile (module.js:409:26)
webui_1   |     at Object.Module._extensions..js (module.js:416:10)
dockercoins_webui_1 exited with code 1
```
@BretFisher BretFisher added bug Something isn't working deprecation update A fix for something that is outdated but not broken yet labels Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working deprecation update A fix for something that is outdated but not broken yet
Projects
Status: Broken/Degraded Lecture 😥
Development

No branches or pull requests

2 participants