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
$ npm install node-gtk
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: 'github' has been renamed to '@octokit/rest' (https://git.io/vNB11)
> [email protected] install /Users/me/node_modules/node-gtk
> if [ "$(uname)" = "Darwin" ] && [ "$(which brew)" != "" ]; then export PKG_CONFIG_PATH=$(brew --prefix libffi)/lib/pkgconfig; fi; node-pre-gyp install --fallback-to-build
...
CXX(target) Release/obj.target/node_gtk/src/boxed.o
In file included from ../src/boxed.cc:5:
In file included from ../src/boxed.h:4:
../../nan/nan.h:1081:96: error: too many arguments to function call, expected at most 4, have 5
length_ = string->WriteUtf8(v8::Isolate::GetCurrent(), str_, static_cast<int>(len), 0, flags);
~~~~~~~~~~~~~~~~~ ^~~~~
/Users/me/.node-gyp/10.7.0/include/node/v8.h:2622:3: note: 'WriteUtf8' declared here
int WriteUtf8(char* buffer,
^
1 error generated.
make: *** [Release/obj.target/node_gtk/src/boxed.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
...
The text was updated successfully, but these errors were encountered:
Probably a Nan issue.
The text was updated successfully, but these errors were encountered: