Difference between revisions of "Mesh/WalkThrough"

Jump to navigation Jump to search
184 bytes removed ,  18:40, 17 April 2018
suggested by bengo
(as suggested by bengo)
(suggested by bengo)
Line 215: 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