Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. tall /Users/xsp/src/js/static-meal/node_modules/contextify
  2. > node-gyp rebuild
  3.  
  4. CXX(target) Release/obj.target/contextify/src/contextify.o
  5. ../src/contextify.cc:131:56: warning: 'NewInstance' is deprecated [-Wdeprecated-declarations]
  6. Local<Object> wrapper = Nan::New(constructor)->NewInstance();
  7. ^
  8. /Users/xsp/.node-gyp/8.2.0/include/node/v8.h:3674:52: note: 'NewInstance' has been explicitly marked deprecated here
  9. V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
  10. ^
  11. ../src/contextify.cc:150:16: error: no member named 'SetAccessCheckCallbacks' in 'v8::ObjectTemplate'
  12. otmpl->SetAccessCheckCallbacks(GlobalPropertyNamedAccessCheck,
  13. ~~~~~ ^
  14. ../src/contextify.cc:182:51: warning: 'GetRealNamedProperty' is deprecated [-Wdeprecated-declarations]
  15. Local<Value> rv = Nan::New(ctx->sandbox)->GetRealNamedProperty(property);
  16. ^
  17. /Users/xsp/.node-gyp/8.2.0/include/node/v8.h:3228:30: note: 'GetRealNamedProperty' has been explicitly marked deprecated here
  18. Local<Value> GetRealNamedProperty(Local<String> key));
  19. ^
  20. ../src/contextify.cc:209:38: warning: 'GetRealNamedProperty' is deprecated [-Wdeprecated-declarations]
  21. if (!Nan::New(ctx->sandbox)->GetRealNamedProperty(property).IsEmpty() ||
  22. ^
  23. /Users/xsp/.node-gyp/8.2.0/include/node/v8.h:3228:30: note: 'GetRealNamedProperty' has been explicitly marked deprecated here
  24. Local<Value> GetRealNamedProperty(Local<String> key));
  25. ^
  26. ../src/contextify.cc:210:42: warning: 'GetRealNamedProperty' is deprecated [-Wdeprecated-declarations]
  27. !Nan::New(ctx->proxyGlobal)->GetRealNamedProperty(property).IsEmpty()) {
  28. ^
  29. /Users/xsp/.node-gyp/8.2.0/include/node/v8.h:3228:30: note: 'GetRealNamedProperty' has been explicitly marked deprecated here
  30. Local<Value> GetRealNamedProperty(Local<String> key));
  31. ^
  32. 4 warnings and 1 error generated.
  33. make: *** [Release/obj.target/contextify/src/contextify.o] Error 1
  34. gyp ERR! build error
  35. gyp ERR! stack Error: `make` failed with exit code: 2
  36. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
  37. gyp ERR! stack at emitTwo (events.js:125:13)
  38. gyp ERR! stack at ChildProcess.emit (events.js:213:7)
  39. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
  40. gyp ERR! System Darwin 16.6.0
  41. gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  42. gyp ERR! cwd /Users/xsp/src/js/static-meal/node_modules/contextify
  43. gyp ERR! node -v v8.2.0
  44. gyp ERR! node-gyp -v v3.6.2
  45. gyp ERR! not ok
  46. npm WARN eslint-plugin-react@7.1.0 requires a peer of eslint@^3.0.0 || ^4.0.0 but none was installed.
  47. npm WARN static-meal@1.1.1 No repository field.
  48. npm WARN The package less is included as both a dev and production dependency.
  49.  
  50. npm ERR! code ELIFECYCLE
  51. npm ERR! errno 1
  52. npm ERR! contextify@0.1.15 install: `node-gyp rebuild`
  53. npm ERR! Exit status 1
  54. npm ERR!
  55. npm ERR! Failed at the contextify@0.1.15 install script.
  56. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  57.  
  58. npm ERR! A complete log of this run can be found in:
  59. npm ERR! /Users/xsp/.npm/_logs/2017-07-27T03_46_31_025Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement