You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()’:
Ubuntu 14.04 64bit
nvm install stable로 설치해서 make init하면 최신판 의존성 때문인지 오류나네요.
nvm install 0.10이 가장 안정적입니다.
The text was updated successfully, but these errors were encountered: