Skip to content

install failed on ubuntu 16.04#50

Open
ylemarie wants to merge 2 commits intodevfrom
master
Open

install failed on ubuntu 16.04#50
ylemarie wants to merge 2 commits intodevfrom
master

Conversation

@ylemarie
Copy link

@ylemarie ylemarie commented Jan 27, 2017

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
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants