質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
Cloud9

Cloud9は、クラウドからのプログラミングが可能になるWebサービス。IDEとしての機能が搭載されており、GitHubやHerokuなど他ツールとの連携も可能です。ブラウザ上で動くため、デバイスに関係なく開発環境を準備できます。

Heroku

HerokuはHeroku社が開発と運営を行っているPaaSの名称です。RubyやNode.js、Python、そしてJVMベース(Java、Scala、Clojureなど)の複数のプログラミング言語をサポートしている。

Ruby on Rails

Ruby on Railsは、オープンソースのWebアプリケーションフレームワークです。「同じことを繰り返さない」というRailsの基本理念のもと、他のフレームワークより少ないコードで簡単に開発できるよう設計されています。

Q&A

解決済

2回答

615閲覧

cloud9上でのheroku エラー

abc_kmlo

総合スコア19

Cloud9

Cloud9は、クラウドからのプログラミングが可能になるWebサービス。IDEとしての機能が搭載されており、GitHubやHerokuなど他ツールとの連携も可能です。ブラウザ上で動くため、デバイスに関係なく開発環境を準備できます。

Heroku

HerokuはHeroku社が開発と運営を行っているPaaSの名称です。RubyやNode.js、Python、そしてJVMベース(Java、Scala、Clojureなど)の複数のプログラミング言語をサポートしている。

Ruby on Rails

Ruby on Railsは、オープンソースのWebアプリケーションフレームワークです。「同じことを繰り返さない」というRailsの基本理念のもと、他のフレームワークより少ないコードで簡単に開発できるよう設計されています。

0グッド

1クリップ

投稿2018/10/24 02:50

前提・実現したいこと

cloud9上でherokuの確認をしたところエラーが発生しました

発生している問題・エラーメッセージ

ec2-user:~/environment/hello_app (master) $ heroku --version (node:12410) Error Plugin: @oclif/plugin-legacy: files attribute must be specified in /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-legacy/package.json module: @oclif/config@1.8.8 plugin: @oclif/plugin-legacy root: /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-legacy See more details with DEBUG=* (node:12410) Error Plugin: @oclif/plugin-not-found: files attribute must be specified in /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-not-found/package.json module: @oclif/config@1.8.8 plugin: @oclif/plugin-not-found root: /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-not-found See more details with DEBUG=* (node:12410) Error Plugin: @oclif/plugin-plugins: files attribute must be specified in /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-plugins/package.json module: @oclif/config@1.8.8 plugin: @oclif/plugin-plugins root: /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-plugins See more details with DEBUG=* (node:12410) Error Plugin: @oclif/plugin-update: files attribute must be specified in /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-update/package.json module: @oclif/config@1.8.8 plugin: @oclif/plugin-update root: /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-update See more details with DEBUG=* (node:12410) Error Plugin: @oclif/plugin-warn-if-update-available: files attribute must be specified in /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-warn-if-update-available/package.json module: @oclif/config@1.8.8 plugin: @oclif/plugin-warn-if-update-available root: /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-warn-if-update-available See more details with DEBUG=* › Warning: heroku-cli update available from 7.0.9 to 7.18.3 heroku-cli/7.0.9 linux-x64 node-v8.3.0 ec2-user:~/environment/hello_app (master) $ brew update bash: brew: command not found ec2-user:~/environment/hello_app (master) $ xcode-select --install bash: xcode-select: command not found ec2-user:~/environment/hello_app (master) $ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" curl: (22) The requested URL returned error: 404 Not Found ec2-user:~/environment/hello_app (master) $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/linuxbrew/go/install)" The Linuxbrew GitHub repository has moved to https://github.com/Linuxbrew/brew Please see http://linuxbrew.sh for instructions to install Linuxbrew. ec2-user:~/environment/hello_app (master) $ heroku -v (node:12649) Error Plugin: @oclif/plugin-legacy: files attribute must be specified in /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-legacy/package.json module: @oclif/config@1.8.8 plugin: @oclif/plugin-legacy root: /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-legacy See more details with DEBUG=* (node:12649) Error Plugin: @oclif/plugin-not-found: files attribute must be specified in /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-not-found/package.json module: @oclif/config@1.8.8 plugin: @oclif/plugin-not-found root: /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-not-found See more details with DEBUG=* (node:12649) Error Plugin: @oclif/plugin-plugins: files attribute must be specified in /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-plugins/package.json module: @oclif/config@1.8.8 plugin: @oclif/plugin-plugins root: /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-plugins See more details with DEBUG=* (node:12649) Error Plugin: @oclif/plugin-update: files attribute must be specified in /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-update/package.json module: @oclif/config@1.8.8 plugin: @oclif/plugin-update root: /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-update See more details with DEBUG=* (node:12649) Error Plugin: @oclif/plugin-warn-if-update-available: files attribute must be specified in /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-warn-if-update-available/package.json module: @oclif/config@1.8.8 plugin: @oclif/plugin-warn-if-update-available root: /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/heroku-cli/node_modules/@oclif/plugin-warn-if-update-available See more details with DEBUG=* › Warning: heroku-cli update available from 7.0.9 to 7.18.3 heroku-cli/7.0.9 linux-x64 node-v8.3.0 ec2-user:~/environment/hello_app (master) $

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答2

0

自己解決

aaaaaaaaaaaaaaaaa

投稿2018/10/26 22:04

abc_kmlo

総合スコア19

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

0

まずはググりましょう。
おそらくこれです。

https://qiita.com//Darmuck/items/46315cbd3de0042445b4

投稿2018/10/26 10:56

退会済みユーザー

退会済みユーザー

総合スコア0

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問