-
Notifications
You must be signed in to change notification settings - Fork 510
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
yarn start Fail to Complile #46
Comments
I got the same error |
Make sure that you are using a supported version for node-sass v4.12.0. |
use SKIP_PREFLIGHT_CHECK=true in .env file to bypass errors |
see my comments in #29. updating the versions of node-sass and react-scripts will resolve the issue. i found this as well on a linux machine running the latest LTS. |
Just remove all Sass related files and imports, node-sass has been deprecated. And also remove node-sass package. This will disrupt the styling to some extent but still the front-end will remain good enough to test our API functionalities. You can still fix styling using custom CSS, if you want this front-end and are not creating your own |
I'm getting |
I ended up removing all |
Failed to compile
./src/index.scss (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/sass-loader/lib/loader.js??ref--6-oneOf-5-3!./src/index.scss)
Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (93)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.12.0
This error occurred during the build time and cannot be dismissed.
The text was updated successfully, but these errors were encountered: