在Brunch上创建带骨架的项目时出现ENOTEMPTY错误

时间:2013-04-09 11:33:08

标签: javascript git build command-prompt brunch

我正在使用Windows ...当我使用brunch new projectname创建项目时,它可以正常工作,但是当我指定骨架时,我会收到此错误:

c:\xampp-portable\htdocs>brunch new marionette --skeleton https://github.com/SimbCo/brunch-with-marionette.git
09 Apr 12:14:52 - log: Created skeleton directory layout
09 Apr 12:14:52 - error: { [Error: ENOTEMPTY, rmdir 'c:\xampp-portable\htdocs\marionette\.git\objects\00']
errno: 53,
code: 'ENOTEMPTY',
path: 'c:\\xampp-portable\\htdocs\\marionette\\.git\\objects\\00' }

任何想法?

1 个答案:

答案 0 :(得分:0)

引用保罗米勒(link):

  

只需克隆git repo并删除.git目录,然后执行npm install。这就是brunch new做的事情

这对我来说:)