找不到名为 'netcore' 的生成器

No generator named 'netcore' could be found

mkdir example
cd example
touch shared.thrift 
touch tutorial.thrift
thrift -r --gen js:node tutorial.thrift

=> 我收到以下警告

[WARNING:/Users/alexamil/WebstormProjects/cisco/cdt-hive/example/shared.thrift:34] No generator named 'netcore' could be found!

netcore 在 tutorial.thrift 文件中被引用:

namespace netcore tutorial

我应该担心吗?

你得用master。 netcore 支持尚未发布。