我用Angular 2开始了一个项目。到目前为止,它还没问题 - 在教程的帮助下。现在我的第三方模块有问题(可能不是Angular 2特定的问题......) 尝试将web3添加为模块时出现以下错误:
Error: Multiple anonymous defines in module http://localhost/ethereum/node_modules/web3/dist/web3.js(…)
好像不兼容?!我是通过npm安装的。有没有“共同”的方法来克服这个问题? 我找到了一些解决方案的东西(Multiple anonymous defines in module Typescript with Riot-ts (Riotjs)):
/// <amd-module name="ModuleName"/>
不知道这是同一个问题还是完全不同。顶级解决方案没有解释太多......
任何提示?