Binary has a problem: Error: /var/lib/jenkins/workspace/stb-tc.vs-app-admin.workspace/stb-tc.vs-app-admin-it/node_modules/node-sass/vendor/linux-x64-57/binding.node: invalid ELF header You can try clearing your local npm cache to clear out any corrupt binaries npm cache clear Because t...
-- node-sass@4.6.0 So that's the Dockerfile: FROM node:8-alpine EXPOSE 3000 ARG NODE_ENV ENV NODE_ENV $NODE_ENV RUN mkdir /app WORKDIR /app ADD . /app RUN yarn --pure-lockfile and the compose 'dev' file: version: "3" services: client: command: yarn dev ...
nodejs can start if we manually invoke ld-linux, although it is already the interpreter in the ELF. wangqr@ocalhost:~$ /usr/bin/node zsh: exec format error: /usr/bin/node wangqr@ocalhost:~$ strace /usr/bin/node execve("/usr/bin/node", ["/usr/bin/node"], 0x7ffff42aefa0 /*...