Difference between revisions of "Mesh/WalkThrough"

220 bytes added ,  15:15, 26 October 2017
Line 124: Line 124:


The default settings in <tt>settings.js</tt> should suffice in most cases, but if you need to make changes, do them in <tt>settings.js</tt>.  
The default settings in <tt>settings.js</tt> should suffice in most cases, but if you need to make changes, do them in <tt>settings.js</tt>.  
=== Troubleshooting ===
2017/10/26 -- I also needed to replace the `node-uuid` module with `uuid` in order to get this to work, using the following commands:
  npm uninstall --save node-uuid
  npm install --save uuid