You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the brave or foolish (me) who want to run decktape in an Ubuntu 18.04 LTS subsystem via WSL on Windows 10, I've discovered that you can't without installing some missing libraries that are not normally included in the Ubuntu image. Everything can be installed via apt install, and I thought I'd share them in case someone might benefit from this information in the FAQs.
Brief description of environment:
Windows 10 on Surface Go
Ubuntu 18.04.02 Bionic LTS via WSL
NPM version 6.4.1
Node version 10.15.3
For the brave or foolish (me) who want to run decktape in an Ubuntu 18.04 LTS subsystem via WSL on Windows 10, I've discovered that you can't without installing some missing libraries that are not normally included in the Ubuntu image. Everything can be installed via
apt install
, and I thought I'd share them in case someone might benefit from this information in the FAQs.Brief description of environment:
Windows 10 on Surface Go
Ubuntu 18.04.02 Bionic LTS via WSL
NPM version 6.4.1
Node version 10.15.3
Required libraries:
I can confirm decktape works along with
reveal-md
after these libraries are installed.The text was updated successfully, but these errors were encountered: