0

So I have npm app I want to add to my embark app and i did install it, however when I add it as a script in my html as it says in readme it returns 404 on that script

I have found that I also need to add it to embark.json so I have added it in this way

  "plugins": {
      "eth-lightwallet": {}
      }

but it returns me this error:

/usr/lib/node_modules/embark/lib/core/plugin.js:31
  (this.pluginModule.call(this, this));
                     ^
TypeError: this.pluginModule.call is not a function

So I have no idea did I wrote something wrong or there is bug in eth-lightwallet, can someone help me?

4

1 回答 1

0

这很可能是船上的问题。尝试将开始更新到最新版本。npm install -g embark-framework

于 2017-10-28T22:13:23.537 回答