0

我使用 JPM 制作 Firefox 插件,当尝试在开发模式下运行它时:

jpm run -b $(which firefox)

留言:

JPM [info] Starting jpm run on bgworker
JPM [error] Error: The addon has no valid entry point. Either create an entry point at `./index.js`, or set the `main` property to a valid path in your addon.

但在我的插件 xpi 包中存在./index.js

我什至试着写

"main": "./index.js" 

package.json.

我认为我的插件代码没有问题,但在我的环境中。

使用Xubuntu 15.10 x64, JPM 1.0.7.

4

0 回答 0