Forum Discussion
1 Reply
before installing lithium-sdk `npm install lithium-sdk` you need to install gulp.
Install gulp by issuing the following statement in a command line: npm install gulp -g.
then try to run npm install lithium-sdk -g
The nodejs lithium-sdk does not appear to be functioning in an osx Mojave running in a VMWare. We're guessing this is because lithium-sdk needs XCode build tools to install. Can you please confirm?
So far we see this message during `npm install lithium-sdk`:
Thanks,
Paul
before installing lithium-sdk `npm install lithium-sdk` you need to install gulp.
Install gulp by issuing the following statement in a command line: npm install gulp -g.
then try to run npm install lithium-sdk -g