Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ノード バージョン 0.11.13 ではエラーが発生します。
どうすれば解決できますか?
PSコードは簡単な例です:
var koa = require('koa'); var app = koa(); app.use(function *(){ this.body = 'Hello World'; }); app.listen(3000);
--harmonyHarmony の一部であるジェネレーターなどの機能を有効にするには、コマンド ラインでフラグを指定して Node を実行する必要があります。
--harmony