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

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

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

Babelは、JavaScriptの次世代仕様であるECMAScriptのコンパイラ。次世代の標準機能を用いて記述されたコードを、それらの機能に対応していないブラウザでも動作するコードに変換することができます。

Ruby on Rails 5

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

Q&A

0回答

1173閲覧

rails上でVue環境を構築している際のエラー

FumiakiNakao

総合スコア180

Babel

Babelは、JavaScriptの次世代仕様であるECMAScriptのコンパイラ。次世代の標準機能を用いて記述されたコードを、それらの機能に対応していないブラウザでも動作するコードに変換することができます。

Ruby on Rails 5

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

0グッド

0クリップ

投稿2018/06/21 03:26

rails初心者です。
以下のサイトを参考に、rails上でVueの環境構築を行っていました。

Vue.jsとRailsでTODOアプリのチュートリアルみたいなものを作ってみた【2018.03.24】

が、rails sを実行し、http://domainに接続したところ、以下のようなエラーがでて、きちんと処理ができていないようでした

ERROR in ./app/javascript/packs/application.js Module build failed: ReferenceError: Unknown plugin "@babel/plugin-syntax-dynamic-import" specified in "/home/web/rails/プロジェクト名/.babelrc" at 0, attempted to resolve relative to "/home/web/rails/プロジェクト名" at /home/web/rails/プロジェクト名/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map (native) at Function.normalisePlugins (/home/web/rails/プロジェクト名/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/home/web/rails/プロジェクト名/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/home/web/rails/プロジェクト名/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/home/web/rails/プロジェクト名/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/home/web/rails/プロジェクト名/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/home/web/rails/プロジェクト名/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/home/web/rails/プロジェクト名/node_modules/babel-loader/lib/index.js:50:20) at /home/web/rails/プロジェクト名/node_modules/babel-loader/lib/fs-cache.js:118:18 at ReadFileContext.callback (/home/web/rails/プロジェクト名/node_modules/babel-loader/lib/fs-cache.js:31:21) at FSReqWrap.readFileAfterOpen [as oncomplete] (fs.js:367:13) ERROR in ./app/javascript/packs/hello_vue.js Module build failed: ReferenceError: Unknown plugin "@babel/plugin-syntax-dynamic-import" specified in "/home/web/rails/プロジェクト名/.babelrc" at 0, attempted to resolve relative to "/home/web/rails/プロジェクト名" at /home/web/rails/プロジェクト名/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map (native) at Function.normalisePlugins (/home/web/rails/プロジェクト名/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/home/web/rails/プロジェクト名/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/home/web/rails/プロジェクト名/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/home/web/rails/プロジェクト名/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/home/web/rails/プロジェクト名/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/home/web/rails/プロジェクト名/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/home/web/rails/プロジェクト名/node_modules/babel-loader/lib/index.js:50:20) at /home/web/rails/プロジェクト名/node_modules/babel-loader/lib/fs-cache.js:118:18 at ReadFileContext.callback (/home/web/rails/プロジェクト名/node_modules/babel-loader/lib/fs-cache.js:31:21) at FSReqWrap.readFileAfterOpen [as oncomplete] (fs.js:367:13) Rendered page/home.html.erb within layouts/application (2348.8ms) Completed 200 OK in 3300ms (Views: 3292.3ms | ActiveRecord: 0.0ms)

素人なりに、.babelrcが原因かと思い見てみたのですが、内容がよくわかりませんでした…

もし原因等こころあたりある方がいれば教えていただきたいです。

また、versionなど、必要な情報があれば指摘してください。

よろしくお願いいたします!

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

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

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

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

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

guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

会員登録して回答してみよう

アカウントをお持ちの方は

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

ただいまの回答率
85.48%

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

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

質問する

関連した質問