Open ylemarie opened 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/
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",