2013-04-09 68 views
0

創建項目,當我在窗口......當我創建了一個項目,brunch new projectname它的工作原理,但是當我指定一具骸骨我得到這個錯誤:ENOTEMPTY誤差與骨架上的早午餐

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' } 

任何想法?

+0

我沒弄明白,但我已經注意到的是: *這是一個與Windows有關的問題(我的Mac上的一切都很好,打破了我的win8筆記本電腦) * *你仍然可以使用git clone來建立一個新項目** 我現在會在他們的回購上發佈一個問題。 – 2013-04-27 10:59:00

回答

0

引述保羅·米勒(link):

simply clone git repo and remove .git directory, then execute npm install . that’s what brunch new does

這使得它成爲我:)