monaco-languageclient icon indicating copy to clipboard operation
monaco-languageclient copied to clipboard

about docker-compose Error volta only support x86_64 OS

Open claybyl opened this issue 1 year ago • 8 comments

Dear great author, I encountered some issues while using docker-compose to build eclipsejdtls.

I am using a Mac M2 chip, but volta only supports the x86_64 architecture. I replaced the volta install node20 script with: **RUN apt install -y curl \ && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - &&
apt-get install -y nodejs **

I successfully built and started the container, but npm i seems did not run successfully in the container. I can provide specific error information, and I would be very grateful if you have time to help me identify the problem

claybyl avatar Aug 09 '24 07:08 claybyl