Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install failed on ubuntu 16.04 #50

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

install failed on ubuntu 16.04 #50

wants to merge 2 commits into from

Conversation

ylemarie
Copy link

@ylemarie ylemarie commented Jan 27, 2017

[email protected] 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