Open deepziem opened 4 years ago
Hello @deepziem ,
I build my electron app with robotjs inside a docker file and its working. Here my example dockerfile:
FROM nikolaik/python-nodejs:python3.7-nodejs12-stretch
RUN apt update -y && apt install -y libxtst-dev libpng++-dev make gcc
RUN mkdir test
WORKDIR /root/test
RUN npm init --yes
RUN npm install robotjs
actually has the same error ..
RUN apt-get install libxtst-dev libpng++-dev make gcc --assume-yes
Even then tried to run it .. this error happened
https://github.com/octalmage/robotjs/issues/614
Trying to do npm install in Linux image inside Docker in a mac. Unable to install. Getting errors in most combinations.
Tried various versions of Linux, Nodejs < 12 and > 12 versions.
Should install
Does not install and fails with this error
Reproduce - copy package.json from mac to linux in Docker. Npm install
Your Environment