2
generator-fountain-webappをインストールしようとしています。 「yo fountain-webapp」を実行すると、以下のエラーが表示されます。助言がありますか?generator-fountain-webappインストールエラー
yo fountain-webapp
/usr/local/lib/node_modules/generator-fountain-webapp/generators/app/index.js:6
initializing() {
^
SyntaxError: Unexpected token (
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.defineProperty.get [as fountain-webapp:app] (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/lib/store.js:40:23)
at Store.get (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/lib/store.js:64:35)
at Environment.get (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/lib/environment.js:260:16)
これらのものがインストールされているバージョンを確認して、クラッシュするのではなく必要なものをアナウンスできないのはなぜですか? – Eborbob