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

node 설치 이슈 #319

Open cryptosan opened 9 years ago

cryptosan commented 9 years ago

Ubuntu 14.04 64bit nvm install stable로 설치해서 make init하면 최신판 의존성 때문인지 오류나네요. nvm install 0.10이 가장 안정적입니다.

happineer commented 9 years ago

Ubuntu 12.04 32bit LTS nvm 최신으로 했더니, ( 0.12.7 ) make init 하면 빌드에러 발생하네요..

/home/happineer/.node-gyp/0.12.7/deps/v8/include/v8.h:596:5: error: cannot convert ‘v8::Primitive’ to ‘v8::Object volatile’ in assignment ../src/v8u.hpp: In function ‘v8::Localv8::Object v8u::Obj()’:

0.10 으로 해봐야겠습니다.

happineer commented 9 years ago

0.10 으로 하면 정상적으로 설치되네요. :)