Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. > ttf2woff2@1.2.3 install /build/node_modules/gulp-iconfont/node_modules/gulp-ttf2woff2/node_modules/ttf2woff2
  2. > (node-gyp rebuild > builderror.log) || (exit 0)
  3.  
  4. ../csrc/addon.cc: In function 'void Convert(const v8::FunctionCallbackInfo<v8::Value>&)':
  5. ../csrc/addon.cc:32:38: error: 'class v8::Object' has no member named 'GetIndexedPropertiesExternalArrayDataLength'
  6. size_t input_length = inputBuffer->GetIndexedPropertiesExternalArrayDataLength();
  7. ^
  8. ../csrc/addon.cc:34:20: error: 'class v8::Object' has no member named 'GetIndexedPropertiesExternalArrayData'
  9. inputBuffer->GetIndexedPropertiesExternalArrayData());
  10. ^
  11. ../csrc/addon.cc:49:70: error: conversion from 'v8::MaybeLocal<v8::Object>' to non-scalar type 'v8::Local<v8::Object>' requested
  12. Local<Object> slowBuffer = node::Buffer::New(isolate, output_length);
  13. ^
  14. make: *** [Release/obj.target/addon/csrc/addon.o] Error 1
  15. gyp ERR! build error
  16. gyp ERR! stack Error: `make` failed with exit code: 2
  17. gyp ERR! stack at ChildProcess.onExit (/opt/nodejs/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
  18. gyp ERR! stack at emitTwo (events.js:87:13)
  19. gyp ERR! stack at ChildProcess.emit (events.js:172:7)
  20. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:12)
  21. gyp ERR! System Linux 5.2.8-arch1-1-ARCH
  22. gyp ERR! command "/opt/nodejs/bin/node" "/opt/nodejs/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  23. gyp ERR! cwd /build/node_modules/gulp-iconfont/node_modules/gulp-ttf2woff2/node_modules/ttf2woff2
  24. gyp ERR! node -v v4.7.3
  25. gyp ERR! node-gyp -v v3.4.0
  26. gyp ERR! not ok
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement