(Tested in OSX 10.12.6)
-
Install Node.js and npm. Usually, npm (Node Package Manager) gets bundled with the node environment, but verify that you have it.
Run
node -v
at the command line to check whether node is installed.Run
npm
at the command line to check whether npm is installed. -
lithium-sdk supports Node.js version => 4.8.4, 6.11.2, 8.3.0 and 10.24.1.
-
Install gulp by issuing the following statement in a command line:
npm install gulp -g
. -
Install lithium-sdk by issuing the following statement in a command line:
npm install lithium-sdk -g
.
Community Plugin SDK documentation
Khoros Developer Documentation Portal
Khoros Care Developer Documentation