-
Notifications
You must be signed in to change notification settings - Fork 22
Troubleshooting
Eduardo Fungairino edited this page Apr 5, 2024
·
4 revisions
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
https://github.com/pixiebrix/pixiebrix-extension/issues/1316
Solution: Close the tab, editor, and manually refresh the extension in chrome://extensions
https://github.com/pixiebrix/pixiebrix-extension/issues/627
Solution: Close the tab, editor, and manually refresh the extension in chrome://extensions
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.