我目前正在开发一个node.js应用程序,它应该在谷歌日历中创建事件。在我的机器上(OSX10.9.2),它工作得很好,但在另一台机器(Debian 7 Wheezy 64位)上却不能工作。两者都安装了相同的node.js版本: v0.10.26。我总是收到以下错误:
crypto.js:398
var ret = this._binding.sign(toBuf(key));
^
TypeError: Not a buffer
at Sign.sign (crypto.js:398:27)
at createRS256Signature (/pat
我正在使用Karma对一些代码进行测试。
在由Karma运行之前,测试和代码都是经过转换的(使用babel的ES6 => ES5 )。
这是很好的工作,测试运行良好。
但是如果我尝试使用正在测试的任何文件中的text!插件.
import template from 'text!./template.html';
...I get:
There is no timestamp for /base/src/text.js!
Uncaught Error: Script error for "text", needed by: text!app/templat