rhiokim / haroopress

A static site generator built with Node.js, "Haroo" means "a day" Support Markdown presentation, Syntax Highlight, Themes
http://haroopress.com
165 stars 36 forks source link

Make init 설치에러 #321

Open thisisyh opened 7 years ago

thisisyh commented 7 years ago

안녕하세요,

프로그래밍과는 거리가 아~주 먼 세상에서 살다가 하루 프레스를 깔아보려고 이것저것 해보는데 뭐가 어떻게 돌아가는지 하나도 모르겠네요ㅠㅠ

일단 git에 계정 만들고 node 깔고 clone까지 했는데, make init을 하면 아래와 같은 메시지가 나오면서 완료가 완되네요

YHK-MacBook-Pro:thisisyh.com younghwankim$ make init npm install -g node-gyp /usr/local/bin/node-gyp -> /usr/local/lib/node_modules/node-gyp/bin/node-gyp.js /usr/local/lib └── node-gyp@3.4.0

git submodule update --init --recursive cd ./node_modules/robotskirt;node-gyp rebuild gyp info it worked if it ends with ok gyp info using node-gyp@3.4.0 gyp info using node@6.9.2 | darwin | x64 gyp ERR! clean error gyp ERR! stack Error: EACCES: permission denied, unlink 'build/Makefile' gyp ERR! stack at Error (native) gyp ERR! System Darwin 16.3.0 gyp ERR! command "/usr/local/bin/node" "/usr/local/bin/node-gyp" "rebuild" gyp ERR! cwd /Users/younghwankim/Works/sites/thisisyh.com/node_modules/robotskirt gyp ERR! node -v v6.9.2 gyp ERR! node-gyp -v v3.4.0 gyp ERR! not ok make: *** [initialize] Error 1

제 맥북에 works/sites/thisisyh.com 이라는 폴더를 만들었습니다.

이제 어떡하면 좋을까요? 도움 부탁드립니다!!