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
I just checked out the repo and tried to run through the example.
The first npm install finishes OK.
But when I open the Xcode project and try to run it webserver complains about missing dependencies.
So I tried npm install again and I got bunch of compilation errors the second time around.
Here are the first few errors:
CXX(target) Release/obj.target/validation/src/validation.o
In file included from ../src/validation.cc:15:
../node_modules/nan/nan.h:261:25: error: redefinition of '_NanEnsureLocal'
NAN_INLINE v8::Local _NanEnsureLocal(v8::Local val) {
^
../node_modules/nan/nan.h:256:25: note: previous definition is here
NAN_INLINE v8::Local _NanEnsureLocal(v8::Handle val) {
^
Any idea on how I can fix this?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I just checked out the repo and tried to run through the example.
The first
npm install
finishes OK.But when I open the Xcode project and try to run it webserver complains about missing dependencies.
So I tried
npm install
again and I got bunch of compilation errors the second time around.Here are the first few errors:
Any idea on how I can fix this?
Thank you.
The text was updated successfully, but these errors were encountered: