Advertisement
Guest User

holo: "hc package" unable to retrieve file name for path

a guest
Jan 2nd, 2019
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.04 KB | None | 0 0
  1. ddwriotap:~/workspace/happs/holochain-rust-todo/test (master) $ lsb_release -a && uname -r && lscpu | grep Architecture
  2. No LSB modules are available.
  3. Distributor ID: Ubuntu
  4. Description:    Ubuntu 14.04.5 LTS
  5. Release:        14.04
  6. Codename:       trusty
  7. 4.9.120-c9
  8. Architecture:          x86_64
  9. ddwriotap:~/workspace/happs/holochain-rust-todo/test (master) $ node -v && npm -v
  10. v10.15.0
  11. 6.4.1
  12. ddwriotap:~/workspace/happs/holochain-rust-todo/test (master) $ rustc -V && cargo -V
  13. rustc 1.33.0-nightly (9eac38634 2018-12-31)
  14. cargo 1.33.0-nightly (0d1f1bbea 2018-12-19)
  15. ddwriotap:~/workspace/happs/holochain-rust-todo/test (master) $ npm --silent install
  16. audited 189 packages in 1.271s
  17. found 0 vulnerabilities
  18.  
  19. ddwriotap:~/workspace/happs/holochain-rust-todo/test (master) $ npm view @holochain/holochain-nodejs
  20.  
  21. @holochain/holochain-nodejs@0.2.0 | MIT | deps: 1 | versions: 13
  22. Nodejs Holochain Container primarily for test execution
  23. https://github.com/holochain/holochain-rust#readme
  24.  
  25. dist
  26. .tarball: https://registry.npmjs.org/@holochain/holochain-nodejs/-/holochain-nodejs-0.2.0.tgz
  27. .shasum: fe54179fba7448353e186e8fec99b1b229f5462d
  28. .integrity: sha512-w8lF76v32pzNqSGc2Aw9T1z5mpsBSofFpHSv76Zf0hD3gjIncqOGk1/LbLRoseETzos6c+LSkIyjAbU5FXSYXQ==
  29. .unpackedSize: 110.3 kB
  30.  
  31. dependencies:
  32. node-pre-gyp: ^0.11.0
  33.  
  34. maintainers:
  35. - connoropolous <connorturland@gmail.com>
  36. - lucksus <nicolas@lucksus.eu>
  37. - neonphog <neonphog@neonphog.com>
  38. - philipbeadle <philip.beadle@live.com.au>
  39. - willemolding <willemolding@gmail.com>
  40.  
  41. dist-tags:
  42. latest: 0.2.0  
  43.  
  44. published a month ago by connoropolous <connorturland@gmail.com>
  45. ddwriotap:~/workspace/happs/holochain-rust-todo/test (master) $ cd .. && ls *.json
  46. app.json
  47. ddwriotap:~/workspace/happs/holochain-rust-todo (master) $ git show
  48. commit c1650ce49d1f8dbfc8c3711201cb9981f987e173 (HEAD -> master, origin/master, origin/HEAD)
  49. Author: Willem Olding <willemolding@gmail.com>
  50. Date:   Thu Nov 29 13:20:16 2018 +1100
  51.  
  52.     Update README.md
  53.  
  54. diff --git a/README.md b/README.md
  55. index c2207cb..9534268 100644
  56. --- a/README.md
  57. +++ b/README.md
  58. @@ -1,6 +1,6 @@
  59.  # holochain-rust-todo
  60.  Basic example using holochain-rust
  61.  
  62. -Build under the 0.0.1 dev preview release of holochain-rust
  63. +Builds under the v0.0.2 dev preview release of holochain-rust
  64.  
  65. -See the [accompanying article](https://hackmd.io/jwdkYitQQGCJX3THfxO-2A#)
  66. +See the [accompanying article](https://medium.com/holochain/first-steps-writing-holochain-happs-with-rust-80ae111960e)
  67. ddwriotap:~/workspace/happs/holochain-rust-todo (master) $ ldconfig -p | grep libzmq
  68.         libzmq.so.5 (libc6,x86-64) => /usr/local/lib/libzmq.so.5
  69.         libzmq.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libzmq.so.1
  70.         libzmq.so (libc6,x86-64) => /usr/local/lib/libzmq.so
  71.         libzmq.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libzmq.so
  72. ddwriotap:~/workspace/happs/holochain-rust-todo (master) $ whereis hc && hc -V
  73. hc: /usr/local/bin/hc
  74. hc 0.0.2
  75. ddwriotap:~/workspace/happs/holochain-rust-todo (master) $ hc package
  76. Error: unable to retrieve file name for path: "."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement