JPM [error] Message: SyntaxError: duplicate label
问题 I'm working on a firefox extension and am getting this error message. What does it mean? The only label I have is from: require("sdk/ui/button/action").ActionButton({ id: "show-popup", label: "something that can't possibly be a duplicate", ... Later on I add a background page: require("sdk/page-worker").Page({ contentScript: [ ... some scripts ... ] }); While testing, I get the error: > jpm run -b $(which firefox) JPM [info] Starting jpm run on MyExtensionTitle JPM [info] Creating a new