Yeoman angularjs发电机坏了

时间:2014-04-05 21:33:31

标签: angularjs yeoman yeoman-generator

我只是创建一个名为" assets"的空目录。用我的php lavarel项目文件夹并发出以下命令 - >哟角,然后在终端,我被问到包括sass /指南针,bootstrap等,并开始安装这个发电机。不知何故,我有很多错误,我不知道是什么原因造成的。我需要一些帮助,这里有错误。

npm npm ERR!http Error: ENOTEMPTY, rmdir 'xxx/app/assets/node_modules/grunt/lib'
 GET https://registry.npmjs.org/optimist
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and 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 you need help, you may report this *entire* log,
npm ERR! including the npm and 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 be found in:
npm ERR!     xxx/app/assets/npm-debug.log
npm ERR! not ok code 0

npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     xxx/assets/npm-debug.log
npm ERR! not ok code 0

1 个答案:

答案 0 :(得分:2)

您的用户似乎不拥有您的项目文件夹。 chownchmod您的文件夹,以便与您的用户帐户配合使用。