Forum Discussion
MeghaM
9 years agoLithium Alumni (Retired)
Hi,
Can you send the relevant portion of the npm-debug.log? Also can you verify the lithium-sdk version you see with this command
npm ls -g lithium-sdk --depth=0 /usr/local/lib └── lithium-sdk@1.0.0
If the latest version is not returned as 1.0.0 and npm install lithum-sdk does not seem to pull the latest version for you, try below:
npm install -g https://registry.npmjs.org/lithium-sdk/-/lithium-sdk-1.0.0.tgz
Hope this works for you.
- MeghaM9 years agoLithium Alumni (Retired)
Can you also make sure the node and npm version is atleast 4.X.X and 2.14.X respectively?
node -v v4.2.2 npm -v 2.14.7
On the windows environment the python dependency must be Python v2.7.3. Let me know more about the development environment you are working on, Windows OS version, Python and Visual Studio versions and finally also node and npm versions.
Related Content
- 2 months ago
- 9 months ago
- 8 months ago