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

Lots of error output on yarn and yarn build #27

Open
hryanjones opened this issue Sep 26, 2019 · 1 comment
Open

Lots of error output on yarn and yarn build #27

hryanjones opened this issue Sep 26, 2019 · 1 comment

Comments

@hryanjones
Copy link

I get a lot of error output when I try yarn and yarn build and most of it seems to be complaints about ToObject inside .node-gyp.

I can try to dig in, but just checking if there's any quick ideas on the issue.

Here's the last page of the error output (there's a lot more, but it's similar):
``
/home/hryanjones/.node-gyp/12.2.0/include/node/v8config.h:322:3: note: in definition of macro ‘V8_DEPRECATE_SOON’
declarator attribute((deprecated(message)))
^
/home/hryanjones/.node-gyp/12.2.0/include/node/v8.h:2546:35: note: candidate expects 1 argument, 0 provided
Local ToObject(Isolate* isolate) const);
^
/home/hryanjones/.node-gyp/12.2.0/include/node/v8config.h:322:3: note: in definition of macro ‘V8_DEPRECATE_SOON’
declarator attribute((deprecated(message)))
^
sodium.target.mk:117: recipe for target 'Release/obj.target/sodium/binding.o' failed
make: Leaving directory '/home/hryanjones/Documents/github/farm/node_modules/sodium-native/build'
make: *** [Release/obj.target/sodium/binding.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
gyp ERR! stack at ChildProcess.emit (events.js:196:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:257:12)
gyp ERR! System Linux 4.4.0-164-generic
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/hryanjones/Documents/github/farm/node_modules/sodium-native
gyp ERR! node -v v12.2.0
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok"
info This module is OPTIONAL, you can safely ignore this error


I'm running on ubuntu 16.04, node version 12.

Thanks!
Ryan

@edrex
Copy link

edrex commented Dec 25, 2019

same

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

No branches or pull requests

2 participants