-
Notifications
You must be signed in to change notification settings - Fork 31
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
NodeJS error when creating dmaster #73
Comments
It sounds related to me but |
Hello @wmortada, |
As a workaround I installed NodeJS and npm manually. bkb
sudo apt update
sudo apt install npm |
Are you building your own container or using the one from Docker Hub? That branch will only make a difference if you are building your own container. If you could paste the commands you've used we can check. |
I'm wondering if the container on Docker Hub is missing |
I can replicate this, unfortunately. I am presuming that |
Ouch! Didn't know that, sorry. Building the docker container on your wmortada:68-nodejs-outdated branch fixed the issue. Thanks! |
@MarcMichalsky - see #68 (comment) - a new docker hub should be published overnight now... |
Hi,
I get the following warnings when I create a new dmaster build:
Later the building process fails at this point:
./bin/setup.sh: line 153: npm: command not found
-> full log
Could this be related to issue #68 or PR #69?
The text was updated successfully, but these errors were encountered: