Forum Discussion
ChhamaJ
Khoros Staff
Can you give us some more details as in what Operating Systems you are using? Also a debug log, try running the following command and give us the output.
li create-project --debug
Regards,
Chhama
DougS
9 years agoKhoros Oracle
Also, can you run the following and paste in the output?:
node -v npm -v npm ls -g lithium-sdk --depth=0
Also note that the lithium SDK only works on the "LTS" version of node (4.X.X) and not on the "Latest Features" version (6.X.X) so you may need to downgrade if you are using a 6.X.X version (or you can use something like NVM to run the versions in parallel).
-Doug