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
If you run using a relative path to your extension source you'll get an error like this:
$ web-ext run --source-dir beastify/
run: WebExtError: installTemporaryAddon: Error: unknownError: Could not install add-on at 'beastify/': [Exception... "Component returned failure code: 0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH) [nsILocalFile.initWithPath]" nsresult: "0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/server/actors/addons.js :: AddonsActor<.installTemporaryAddon< :: line 23" data: no]
at /Users/kumar/dev/web-ext/dist/webpack:/src/firefox/remote.js:85:29
at EventEmitter.extend.handleMessage (/Users/kumar/dev/web-ext/node_modules/firefox-client/lib/client.js:161:7)
at EventEmitter.extend.readMessage (/Users/kumar/dev/web-ext/node_modules/firefox-client/lib/client.js:220:10)
at EventEmitter.extend.onData (/Users/kumar/dev/web-ext/node_modules/firefox-client/lib/client.js:186:16)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at readableAddChunk (_stream_readable.js:146:16)
at Socket.Readable.push (_stream_readable.js:110:10)
at TCP.onread (net.js:523:20)
The text was updated successfully, but these errors were encountered:
If you run using a relative path to your extension source you'll get an error like this:
The text was updated successfully, but these errors were encountered: