Forum Discussion

RobertT's avatar
7 years ago

How to Install the Lithium Community SDK on Windows

Hi All, 

 

After a bit of digging around, although not officially supported by Lithium yet I've worked out the process to install and use the Lithium Community SDK natively on Windows, the process is relatively straightforward as you'll see below, however it does take a little while for the dependencies to compile.

 

This works for Windows 7, 8 and 10:

 

  1. Install the latest stable version of NodeJS LTS (version 8.x) at the time of writing this post.
  2. Open Windows PowerShell as an Admin (right click and select Run as Administrator)
  3. run the following commands in powershell:
    1. npm install --production windows-build-tools  (note this will take a while to complete).

    2. npm install -g gulp 

    3. npm install -g lithium-sdk

 

After you finish the steps above, close PowerShell and re-open it as a regular user and you can continue to work as normal with the typical commands.

For more information see the Community SDK Documentation