Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Had to install rebuild node-sass on Windows 10. #61

Open
ndunn219 opened this issue Sep 25, 2020 · 0 comments
Open

Had to install rebuild node-sass on Windows 10. #61

ndunn219 opened this issue Sep 25, 2020 · 0 comments

Comments

@ndunn219
Copy link

On Windows 10, I had to run the following to rebuild node-sass.

docker-compose run frontend npm rebuild node-sass

Before I did that, I was getting this error:

frontend_1  | <s> [webpack.Progress] 98% after emitting CopyPlugin
frontend_1  |  ERROR  Failed to compile with 1 errors9:06:02 PM
frontend_1  |
frontend_1  |  error  in ./src/components/ExampleComponent.vue?vue&type=style&index=0&id=6982cd3a&lang=scss&scoped=true&
frontend_1  |
frontend_1  | Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
frontend_1  | Error: Missing binding /app/node_modules/node-sass/vendor/linux_musl-x64-64/binding.node
frontend_1  | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 10.x
frontend_1  |
frontend_1  | Found bindings for the following environments:
frontend_1  |   - Windows 64-bit with Node.js 12.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant