monaco-languageclient
monaco-languageclient copied to clipboard
about docker-compose Error volta only support x86_64 OS
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