spand
09/04/2020, 10:40 AMpostdist
script that it cannot find mkdirp
which is included as a devdependency. We have seen other errors also like npm modules failing their postinstall
script that cannot find node
when they try to node -e "Please donate..."
I dont understand how this can be related to the java version but its the only differenceIlya Goncharov [JB]
09/04/2020, 10:43 AMpostinstall
scripts use node
from PATH
, and if in env there is no node
it can’t find it. I am not sure, that it is related with Java versionspand
09/04/2020, 10:48 AMaraqnid
09/04/2020, 9:12 PM