命令' jpm run'不管用

时间:2015-11-21 12:08:05

标签: firefox-addon firefox-addon-sdk jpm

我在我的系统中安装了jpm。现在我在index.js中改变了我想要的东西。接下来我使用了命令' jpm run'。有些错误正在发生:

while ($result = mysqli_fetch_array($insert)) 
{
    $rows = explode('|', $result['rows_detail']);

    foreach($rows as $row)
    {
        list($row_id, $user_id, $debit, $credit, $other) = explode('&', $row, 5);
    }
}

正如您所看到的,这里创建了xpi文件,但是出现了一些错误,我无法理解细节。帮我。我很确定代码没问题。因为我使用在我的firefox浏览器中创建的xpi文件,它工作得很好。

1 个答案:

答案 0 :(得分:0)

尝试使用

指定firefox的路径
jpm run -b <path>

其中<path>可以是,例如,

"C:\Program Files (x86)\Mozilla Firefox\firefox.exe"  

(Windows)中 或

 /usr/bin/firefox

(Linux)的