Immediately after installing the rig, setting it to run the boilerplate hello world extension, I get this:
{ Error: Not found
at notFound (/Users/marklancaster/Dev/rig/node_modules/union/lib/routing-stream.js:88:13)
at dispatch (/Users/marklancaster/Dev/rig/node_modules/union/lib/routing-stream.js:105:14)
at Object.onceWrapper (events.js:313:30)
at emitNone (events.js:106:13)
at module.exports.emit (events.js:208:7)
at /Users/marklancaster/Dev/rig/node_modules/union/lib/routing-stream.js:114:23
at Object.exports.(anonymous function) (/Users/marklancaster/Dev/rig/node_modules/ecstatic/lib/ecstatic/status-handlers.js:37:5)
at fs.stat (/Users/marklancaster/Dev/rig/node_modules/ecstatic/lib/ecstatic.js:355:24)
at FSReqWrap.oncomplete (fs.js:152:21) status: 404 }
Tried running npm install, yarn install etc to get the missing module, but neither works