Initial error after yarn start

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

Cleared out local storage, cookies and re-created the extension in the rig. That seemed to work.

Hi Mark,

What version of node are you using?

In any event, I recommend trying out new Rig (app based instead of terminal). You can download it here:

I also recently created this tutorial -> https://github.com/twitchdev/extension-getting-started . If you have a chance, I’d love feedback on it.

Let me know if this helps.

Matt

node: 8.11.2

I’ll download the latest rig thanks!

I recommend using the new rig. Otherwise, try Node version 7. It don’t believe it supports 8.

  • Matt
1 Like

The old Developer Rig supports Node through at least LTS (version 10.13). It does not support Node versions before 8.