Foundation CLI installer via SSH
Hey there guys,
I'm trying to set up a new foundation project for one of my upcoming themes and I'm having issues getting it up and running.
I've already created a development environment on my Dev server and have WordPress up and running with a bare bones SASS powered theme. I've gone in via SSH and navigated to my themes directory and installed the CLI using npm install --global foundation-cli which works fine.
My issue is creating the project itself. When I run the create command foundation new I get the following error

I'm not really quite sure how I'm supposed to get up and running if I can't install this via SSH. The development site needs to be on this sever and accessing it via SSH is the only way I can get command line access.
Any thoughts on what I should do guys?
Cheers
@simonrcodrington I think it doesn't like that you're logged in as root. Can you make another admin user?
why is root user not allowed?