Railsアプリを作成中
jQueryが効いていないのかなと思い、
yarn add jquery
でjqueryを追加したのですが、
その後、Bootstrapが効かなくなってしまいました。
yarn remove jquery
で削除したのですが、
改善されません。
下記のエラーが表示されているのですが、
yarnパッケージをインストールしただけで
bootstrapが動かなくなることってあるのでしょうか??
Uncaught Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): Error: Missing binding /myapp/node_modules/node-sass/vendor/linux-x64-64/binding.node Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 10.x Found bindings for the following environments: - OS X 64-bit with Node.js 12.x This usually happens because your environment has changed since running `npm install`. Run `npm rebuild node-sass` to download the binding for your current environment.
あなたの回答
tips
プレビュー