Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't install Mean.Js app using Yo generator #278

Open
graphpixel opened this issue Oct 9, 2017 · 2 comments
Open

Couldn't install Mean.Js app using Yo generator #278

graphpixel opened this issue Oct 9, 2017 · 2 comments
Labels

Comments

@graphpixel
Copy link

kaiss@GraphPixel-Executive:/var/www/app$ yo meanjs
You're using the official MEAN.JS generator.
? What mean.js version would you like to generate? 0.4.0
0.4.0
? In which folder would you like the project to be generated? This can be
changed later. .
Cloning the MEAN repo.......
Error: Command failed: git clone --branch v0.4.0 https://github.com/meanjs/mean.git .
Cloning into '.'...
/var/www/app/.git: Permission denied

Versions:
Node.JS: v6.11.0
NPM: v3.10.10

@SpiesInOrbit
Copy link

Looks like a file permission issue. Do you have write access to "/var/www/app"?
Try a simple create with touch.
app $ touch testfile.txt

if you get "touch: cannot touch ‘textfile.txt’: Permission denied" its definitely a permission issue

@lirantal
Copy link
Member

lirantal commented Oct 9, 2017

due to high maintenance required on the generator we don't officially maintain it anymore.
I suggest cloning the official mean.js repo's master branch and starting from that point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants