Forum Discussion
VikasB
Boss
I am getting error when running the command
npm install -g lithium-sdk
See attached screenshot for logs. I have installed all the required things. Any help would be appreciated.
RobertT
7 years agoBoss
It looks as if the Windows Build Tools haven't installed properly. Try running the following command in PowerShell again as administrator
npm install --production windows-build-tools
It will take a while for the build tools to install, once complete run
npm install -g lithium-sdk
Which should fix the issue.
Related Content
- 7 years ago