JoelBesada / pasteboard

Clipboard and drag & drop image sharing web app
http://pasteboard.co
637 stars 144 forks source link

install failed on ubuntu 16.04 #50

Open ylemarie opened 7 years ago

ylemarie commented 7 years ago

microtime@0.3.3 install /xxxxxxxxxx/pasteboard/node_modules/microtime node-gyp rebuild

make: Entering directory '/xxxxxxxxx/pasteboard/node_modules/microtime/build' CXX(target) Release/obj.target/microtime/src/microtime.o ../src/microtime.cc:10:32: error: ‘Arguments’ does not name a type static Handle Now(const Arguments &args) {

=> need to set new version of microtime in package.json "microtime": "2.1.2",

=> to be able to upload, I nedd to upgrade version of formidable too "formidable": "1.1.1",

jodybrown commented 7 years ago

doing this also worked for me. also, i did not use the default (old) version of nodejs in ubuntu 16.04 (4.2.6~dfsg-1ubuntu4), but instead installed the LTS version (currently 6.9.5), instructions here: https://nodejs.org/en/download/package-manager/