Skip to content

Instantly share code, notes, and snippets.

@stefandanaita
Last active September 23, 2020 13:56
Show Gist options
  • Save stefandanaita/f13e6722d1eac33d7f0a10c7440b6ac0 to your computer and use it in GitHub Desktop.
Save stefandanaita/f13e6722d1eac33d7f0a10c7440b6ac0 to your computer and use it in GitHub Desktop.
Nightmare.js on Ubuntu - Dependencies
sudo apt-get install -y --allow-unauthenticated \
xvfb \
x11-xkb-utils \
xfonts-100dpi \
xfonts-75dpi \
xfonts-scalable \
xfonts-cyrillic \
x11-apps \
clang \
libdbus-1-dev \
libgtk2.0-dev \
libnotify-dev \
libgnome-keyring-dev \
libgconf2-dev \
libasound2-dev \
libcap-dev \
libcups2-dev \
libxtst-dev \
libxss1 \
libnss3-dev \
gcc-multilib \
g++-multilib
npm install --save nightmare xvfb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment