Skip to content
New issue

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

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

Already on GitHub? # to your account

Change node-sass to dart-sass #30

Open
spfaffly opened this issue Mar 13, 2020 · 0 comments
Open

Change node-sass to dart-sass #30

spfaffly opened this issue Mar 13, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@spfaffly
Copy link
Contributor

Currently we receive a lot of problems with errors on 'node-sass bindings'. This is caused when a node-sass binary is downloaded in the docker image (Linux) and then ran outside on the host machine (Mac OSx).

/Users/spfaffly/projects/unitedrentals/app/node_modules/node-sass/lib/binding.js:15
throw new Error(errors.missingBinary());
^
Error: Missing binding /Users/spfaffly/projects/unitedrentals/app/node_modules/node-sass/vendor/darwin-x64-64/binding.node
Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 10.x
Found bindings for the following environments:

  • Linux 64-bit with Node.js 12.x

If we change the gulp process to use the dart-sass version this alleviates the issue.

@spfaffly spfaffly added the enhancement New feature or request label Mar 13, 2020
@spfaffly spfaffly self-assigned this Mar 13, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant