You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
After following the instructions in the README, I was still not able to start the app. Error:
jwomack@lgml-jwomackH04 ~/Projects/github/devtools-html/debugger.html [11:17:05]
> $ npm start ⬡ 6.3.1 [±master ✓]
> debugger.html@0.0.6 start /Users/jwomack/Projects/github/devtools-html/debugger.html
> start-dev-server
Listening for WS on *:9000
Will proxy to TCP on *:6080 on first WS connection
Protocol messages can be logged by enabling logging.firefoxProtocol in your local.json config
module.js:442
throw err;
^
Error: Cannot find module '../../devtools-local-toolbox/public/js/test/test-flag'
at Function.Module._resolveFilename (module.js:440:15)
at Function.Module._load (module.js:388:25)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/Users/jwomack/Projects/github/devtools-html/debugger.html/node_modules/devtools-config/src/feature.js:6:14)
at Module._compile (module.js:541:32)
at Module._extensions..js (module.js:550:10)
at Object.require.extensions.(anonymous function) [as .js] (/Users/jwomack/Projects/github/devtools-html/debugger.html/node_modules/babel-register/lib/node.js:152:7)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)