node.js - Koding - Yeoman - AngularFullStack Cannot Create Scaffolding -


hello using koding cloud based ubuntu development environment.

i've managed install prerequisites required yeoman angular fullstack.

installed below items

  1. sudo npm install -g yo grunt-cli bower karma

  2. sudo npm install -g generator-angular-fullstack

after installing above.

i've created abltd directory (folder structure shown below)

and ran following command

yo angular-fullstack abltd

it ran end , throwing following error.

1070 error error: eacces, mkdir '/home/abitandco/tmp/npm-1293-ikfhqnho' 1070 error { [error: eacces, mkdir '/home/abitandco/tmp/npm-1293-ikfhqnho'] 1070 error errno: 3, 1070 error code: 'eacces', 1070 error path: '/home/abitandco/tmp/npm-1293-ikfhqnho', 1070 error parent: 'abltd' } 1071 error please try running command again root/administrator. 1072 error system linux 3.13.0-29-generic 1073 error command "/usr/local/bin/node" "/usr/local/bin/npm" "install" 1074 error cwd /home/abitandco/abltd 1075 error node -v v0.10.26 1076 error npm -v 1.4.3 1077 error path /home/abitandco/tmp/npm-1293-ikfhqnho 1078 error code eacces 1079 error errno 3 1080 error stack error: eacces, mkdir '/home/abitandco/tmp/npm-1293-ikfhqnho' 1081 verbose exit [ 3, true ]

i tried running sudo yo angular-fullstack abltd no difference.

i adding complete log , image understand problem better.

can point me in right direction please.

enter image description here

i have complete npm debug log if 1 wants see it.

its ~/.npm or ~/tmp directories owned root user. try again ensure directories owned username.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -