Advertisement
Guest User

npm install hfc FATAL ERROR

a guest
Jan 18th, 2018
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.13 KB | None | 0 0
  1. machine:finixDLT douglas$ npm install hfc
  2. npm WARN deprecated crypto@0.0.3: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
  3. npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
  4.  
  5. > hashtable@2.0.2 install /Users/douglas/finixDLT/node_modules/hashtable
  6. > node-gyp configure build
  7.  
  8.  CXX(target) Release/obj.target/native/src/hashtable.o
  9. In file included from ../src/hashtable.cpp:1:
  10. ../src/hashtable.h:7:10: fatal error: 'tr1/unordered_map' file not found
  11. #include <tr1/unordered_map>
  12.         ^~~~~~~~~~~~~~~~~~~
  13. 1 error generated.
  14. make: *** [Release/obj.target/native/src/hashtable.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 (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
  18. gyp ERR! stack     at ChildProcess.emit (events.js:159:13)
  19. gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:12)
  20. gyp ERR! System Darwin 17.3.0
  21. gyp ERR! command "/usr/local/Cellar/node/9.3.0_1/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build"
  22. gyp ERR! cwd /Users/douglas/finixDLT/node_modules/hashtable
  23. gyp ERR! node -v v9.3.0
  24. gyp ERR! node-gyp -v v3.6.2
  25. gyp ERR! not ok
  26. npm WARN enoent ENOENT: no such file or directory, open '/Users/douglas/finixDLT/package.json'
  27. npm WARN ajv-keywords@3.0.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
  28. npm WARN finixDLT No description
  29. npm WARN finixDLT No repository field.
  30. npm WARN finixDLT No README data
  31. npm WARN finixDLT No license field.
  32.  
  33. npm ERR! code ELIFECYCLE
  34. npm ERR! errno 1
  35. npm ERR! hashtable@2.0.2 install: `node-gyp configure build`
  36. npm ERR! Exit status 1
  37. npm ERR!
  38. npm ERR! Failed at the hashtable@2.0.2 install script.
  39. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  40.  
  41. npm ERR! A complete log of this run can be found in:
  42. npm ERR!     /Users/douglas/.npm/_logs/2018-01-18T15_41_51_291Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement