-
Notifications
You must be signed in to change notification settings - Fork 25
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.
![Screenshot 2024-04-05 at 2 45 02 PM](https://private-user-images.githubusercontent.com/3498063/320106852-c503c4ef-e396-4f06-8ebc-e0cfde46ca57.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5ODEwMzMsIm5iZiI6MTczOTk4MDczMywicGF0aCI6Ii8zNDk4MDYzLzMyMDEwNjg1Mi1jNTAzYzRlZi1lMzk2LTRmMDYtOGViYy1lMGNmZGU0NmNhNTcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTlUMTU1ODUzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTQ4MDM0N2M0ZmMwYjVhYTIwOTU3MTYzMTdmOGExZDBmZTYyZDMxMTY0ZGMxOTY0Mzg0MzI4NDhmMjM5OTBmYiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.x9201PC0JhtJ7hao1eBMvCYFi7sUM6T6HtjbZoXF1oo)