我最近尝试了Humanizer.Js。我从here添加了相同的nuget引用,并将其作为<script src="~/Scripts/humanizer/humanizer.js"></script>添加到我的页面中。
但是在页面加载中,我得到一个错误:
在humanizer.js:409中,“未捕获的TypeError:无法读取未定义的属性'prototype'”。堆栈跟踪如下所示:

Uncaught TypeError: Cannot read property 'prototype' of undefined
    __extends @ humanizer.js:409
    (anonymous function) @ humanizer.js:416
    Humanizer.Configuration.Humanizer.Configuration @ humanizer.js:422
    Humanizer @ humanizer.js:424
    (anonymous function) @ humanizer.js:426


我还创建了一个小巧的here来复制错误。另请注意,.humanize()也不起作用。

有什么建议么?

最佳答案

我刚刚在NuGet上发布了1.5版,应该可以解决您的错误

10-07 18:00