Forum Discussion
Hi Jack,
Provided you have Node v4.x installed, git is available in the command line and you've followed the steps in the documentation you should be good.
From the error you're getting it would appear it's permissions related, I've found you sometimes need to run the command with sudo to get it to go through.
Try:
sudo li create-project
Let me know how you get on,
- jaread838 years agoChampion
Hi RobertT, I already tried using the sudo command in case it was due to permissions but the same error appears unfortunately. My node is currently set to 6.10.0 - does it need to be 4.x for this to work?
- RobertT8 years agoBoss
jaread83 I'd recommend NodeJS 4.x which is what I use, I've seen some odd quirks with 6.x so I'm not sure that's fully supported yet.
- jaread838 years agoChampion
Generally I will keep all my code bases in a seperate partition of the HDD - I got around 20 repos that I work on so it makes sense to do this.
As an experiment, I just tried creating the lithium project in my home directory. That seemed to work! So that means the lithium SDK repo needs fixing up as it doesn't seem to like it when I create a project on a seperate drive.
Related Content
- 9 years ago
- 10 years ago