Forum Discussion

santhoshsampath's avatar
6 years ago

Lithium SDK not working in osx VM

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

  • santhoshsampath,

    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