We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An npm/node error is being thrown on startup which prevents the webui containier from starting in docker-compose; Step 46 in the training
The text was updated successfully, but these errors were encountered: