Skip to content

Troubleshooting

Eduardo Fungairino edited this page Apr 5, 2024 · 4 revisions

npm run watch crashes

If you are getting an error similar to: [webpack-cli] Error: spawn Unknown system error -86 when running npm run watch, you may be able to fix this issue by running softwareupdate --install-rosetta

Error authenticating account

https://github.com/pixiebrix/pixiebrix-extension/issues/1316

Solution: Close the tab, editor, and manually refresh the extension in chrome://extensions

Extension context invalidated

https://github.com/pixiebrix/pixiebrix-extension/issues/627

Solution: Close the tab, editor, and manually refresh the extension in chrome://extensions

Cannot connect dev console debugger to content script breakpoint

To be able to breakpoint code that runs in the content script, untick the Content scripts injected by extensions option under the dev console Settings -> Ignore List -> General Exclusion rules section.

Screenshot 2024-04-05 at 2 45 02 PM