intersides
intersides
/node_modules/@parcel/optimizer-image/parcel-image.linux-arm64-musl.node: __crc32w: symbol not found any update on this ?
I had the same problem . To me the solution was to use yarn just for pm2 ``` ... RUN apk add yarn #NOTE npm install pm2 -g will freeze...
I have the same issue, I wonder if the checkIfAvailable() since it has a recursive call gets into an infinite loop.
@Beyley I could avoid the hanging by using ConnectAsync() instead of Connect()
I am getting: Error: Attempt to revert an unknown CVE [CVE-2023-46809] One solution, maybe not too elegant is to run node from a script (using javascript as an example) that...
It is not about the version of Node.js since it is running in a docker image that it is based on v. 21 but it is affected in which architecture...
initially I was writing a bash script to use the --security-revert based on the detected architecture: ``` bash #!/bin/bash command='uname -m'; arch=$(eval "$command"); echo "arc is $arch" run_command="pm2 start main.mjs...