-
- Downloads
Added this in the Docker file before npm install:
RUN apk add --update python make g++\ && rm -rf /var/cache/apk/* This was to fix this error "gyp ERR! find Python": > sleep@6.3.0 install /app/node_modules/sleep > node-gyp rebuild gyp ERR! find Python
Please register or sign in to comment