Forum Discussion
peterlu we don't have any VirtualBox image to share, unfortunately. Could you please post the errors you got during the installation as well as the exceptions when using the li export-studio-plugin command?
We released a new version of the SDK last week that requires you to be on version 16.2 or higher of Community. I thought we had it checking the version of your community and telling you how to downgrade, but b/c of some API formatting changes you will get a cryptic error message when you try to run any commands using version 1.0.3 of the SDK if your community is not on version 16.2 or above. The message will look something like this:
[09:33:14] Invalid response from server. Check your server url and version. /Users/doug.schroeder/lia/lithium-sdk/lib/version-check.js:78 throw error; ^ Error: Invalid response from server. Check your server url and version. at Request._callback (/Users/doug.schroeder/lia/lithium-sdk/lib/version-check.js:58:17) at Request.self.callback (/Users/doug.schroeder/lia/lithium-sdk/node_modules/request/request.js:199:22) at emitTwo (events.js:87:13) at Request.emit (events.js:172:7) at Request.<anonymous> (/Users/doug.schroeder/lia/lithium-sdk/node_modules/request/request.js:1160:14) at emitOne (events.js:82:20) at Request.emit (events.js:169:7) at IncomingMessage.<anonymous> (/Users/doug.schroeder/lia/lithium-sdk/node_modules/request/request.js:1111:12) at emitNone (events.js:72:20) at IncomingMessage.emit (events.js:166:7)
If your community is not on 16.2, then you need to install an older version of the SDK. Run the following command to install version 1.0.2:
npm install -g lithium-sdk@1.0.2
-Doug