Difference between revisions of "Mesh/WalkThrough"

Jump to navigation Jump to search
277 bytes removed ,  18:40, 17 April 2018
suggested by bengo
(suggested by bengo)
(One intermediate revision by the same user not shown)
Line 168: Line 168:


   sudo update-alternatives --set fakeroot /usr/bin/fakeroot-tcp
   sudo update-alternatives --set fakeroot /usr/bin/fakeroot-tcp
Replace 'node-uuid' with 'uuid'
  npm uninstall --save node-uuid
  npm install --save uuid


Follow Linux [[Mesh/WalkThrough#Linux | instructions]] for installing Dropbear and dependencies.
Follow Linux [[Mesh/WalkThrough#Linux | instructions]] for installing Dropbear and dependencies.
Line 220: Line 215:


= Troubleshooting =
= Troubleshooting =
You may need to replace the `node-uuid` module with `uuid` for makenode to work, to fix this using the following commands:
  npm uninstall --save node-uuid
  npm install --save uuid
If you get the error "no such file or directory", open a new terminal and run this command to ensure that <tt>node</tt> points to your NodeJS executable:
If you get the error "no such file or directory", open a new terminal and run this command to ensure that <tt>node</tt> points to your NodeJS executable:


Navigation menu