Yeoman angularjs generator broken -


i create empty directory called "assets" php lavarel project folder , issue following command -> yo angular, in terminal, asked include sass/compass, bootstrap etc , start installing generator. somehow, got lots of errors have no ideas cause. need , here errors.

npm npm err!http error: enotempty, rmdir 'xxx/app/assets/node_modules/grunt/lib'  https://registry.npmjs.org/optimist npm err! if need help, may report *entire* log, npm err! including npm , node versions, at: npm err!     <http://github.com/npm/npm/issues>  npm err! system darwin 13.1.0 npm err! command "node" "/usr/local/bin/npm" "install" npm err! cwd xxx/app/assets npm err! node -v v0.10.26 npm err! npm -v 1.4.3 npm err! path xxx/app/assets/node_modules/grunt/lib npm err! code enotempty npm err! errno 53  npm err! error: enoent, open 'xxx/app/assets/node_modules/grunt/package.json' npm err! if need help, may report *entire* log, npm err! including npm , node versions, at: npm err!     <http://github.com/npm/npm/issues>  npm err! system darwin 13.1.0 npm err! command "node" "/usr/local/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev" npm err! cwd xxx/app/assets npm err! node -v v0.10.26 npm err! npm -v 1.4.3 npm err! path xxx/app/assets/node_modules/grunt/package.json npm err! code enoent npm err! errno 34  npm err! npm err! additional logging details can found in: npm err!     xxx/app/assets/npm-debug.log npm err! not ok code 0  npm err! npm err! additional logging details can found in: npm err!     xxx/assets/npm-debug.log npm err! not ok code 0 

looks user don't own project folder. chown , chmod folder work user account.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -