Forum Discussion
RobertT
Boss
charan have you used NodeJS on your machine prior to attempting to install the SDK and if so what version of NodeJS is currently installed alongside npm?
You can check this by running the following commands in powershell
node -v
npm -v
If you're using NodeJS 8.3.0 and are not relying on it for anything else other than the SDK you might be able to get the SDK to install by running it with the --force flag.
npm install -g lithium-sdk --force
charan
5 years agoGuide
Thanks RobertT
I have installed lithium-sdk without any issue. After installation, i restarted the system and in power shell command prompt when i issue the command li i got an error as below ------primordials----
Version of all packages installed on the system
Any solutions?
Thanks,
Charan
Related Content
- 7 years ago