Lavish
Lavish
I would like to work on this issue. Just to ask one time, is this issue resolved or anyone else is working on this issue?
So according to my understanding, `RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs && npm install -g yarn` is the old script for which I have...
@pawanw17 On digging up on the problem, I found out that it is trying to install the nodejJS version which is deprecated. So, I should change the version of node...
Hey @pawanw17, I have made that change in the file. https://github.com/JdeRobot/RoboticsAcademy/blob/74e2848f9d2164b3ed65387348c834a683c9ad4f/scripts/mini_RADI/Dockerfile.dependencies_humble#L135 Can you tell me how can I locally test the UI? Thanks
It failed on my system. Don't know whether it is because of my change or some other problem. Here, is the error. ```bash => ERROR [10/26] RUN /bin/bash -c '....
Hey @pawanw17, I think that the UI is working fine.  I am supposing that I would not be able to open any exercise without the RADI.  Regarding this...
Yes @pawanw17, indeed it is an older version of node. ```bash $ node -v v12.22.9 ``` What version of node should I upgrade to in order to see the error...
I ran the build script again with node 20x in Dockerfile but I faced same error again. On seeing this [error](https://github.com/JdeRobot/RoboticsAcademy/issues/2389#issuecomment-1922870427), I realised that it is a different error from...
Just the `./build.sh` command ```bash $ ./build.sh ROBOTICS_ACADEMY:-------------:master ROBOTICS_INFRASTRUCTURE:------:noetic-devel RAM:--------------------------:main ROS_DISTRO:-------------------:noetic IMAGE_TAG:--------------------:test ===================== BUILDING noetic BASE IMAGE ===================== Building base using Dockerfile.dependencies_noetic for ROS noetic [+] Building 85.7s (34/34) FINISHED...
The output of command is this. ```bash $ ./build.sh ROBOTICS_ACADEMY:-------------:master ROBOTICS_INFRASTRUCTURE:------:noetic-devel RAM:--------------------------:main ROS_DISTRO:-------------------:noetic IMAGE_TAG:--------------------:test ===================== BUILDING noetic BASE IMAGE ===================== Building base using Dockerfile.dependencies_noetic for ROS noetic [+] Building 85.7s...