question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

installation on windows

See original GitHub issue

I tried to install decktape on my computer running windows 10 (sorry:)) and the instructions displayed on the README file did not work.

I finally managed to install it running the following command

 npm i -g --production windows-build-tools
 npm install --global node-gyp
 npm install --global node-pre-gyp
 npm i hummus --save
 npm install -g --unsafe-perm decktape

In case this helps

Thanks for this great piece of software

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
astefanutticommented, May 9, 2018

I’ve just added these instructions to the FAQ with c062d1f2405ee367d0439c791db6cfc86a7e6c91.

Let me know if you have any comments and thanks again for getting the bottom line.

1reaction
thom4parisotcommented, May 3, 2018

Okay! I installed a Windows10 VM on macOS (thanks iectrl) to dig this a bit further.

On a fresh Win10 machine, the install step is two-fold.

  1. Open a Powershell prompt in Run as administrator to install Visual Studio Build Tools and Python 2.7 :
npm i -g --production windows-build-tools
  1. Open a Node prompt or regular Powershell prompt to install decktape as usual:
npm i -g decktape

Thanks @akakeronos — I’ve learned about windows-build-tools (easiest way to install Node build tools in a Node fashion for Windows) and about the --unsafe-perm flag 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Download Windows 10 - Microsoft
Create Windows 10 installation media · Select Download tool now, and select Run. · If you agree to the license terms, select Accept....
Read more >
How To Install Windows 10 - YouTube
Let's install Microsoft Windows 10 and activate! Here's how!SPONSOR: Snag an OEM Windows 10 Pro key and use code 'SKGS' for a 25%...
Read more >
How to install Windows 10 | Tom's Guide
1. Check your device meets the Windows 10 system requirements · 2. Create USB installation media. · 3. Run the installer tool. ·...
Read more >
How to Install Windows 10 (with Pictures) - wikiHow
1. Connect a blank USB flash drive or insert a blank writable DVD. You can install Windows 10 by creating a bootable USB...
Read more >
How to do a clean installation of Windows 10
The installation process of Windows 10 has two main parts, including the setup and out-of-box experience (OOBE). In the setup process, that's ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found