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

yarn start Fail to Complile #46

Open
Mohiuddin2 opened this issue Mar 19, 2022 · 7 comments
Open

yarn start Fail to Complile #46

Mohiuddin2 opened this issue Mar 19, 2022 · 7 comments

Comments

@Mohiuddin2
Copy link

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.

@aaugmentum
Copy link

I got the same error

@brysbra
Copy link

brysbra commented Apr 30, 2022

Make sure that you are using a supported version for node-sass v4.12.0.
See list of supported versions: https://github.com/sass/node-sass/releases/tag/v4.12.0
Then check against your installed version by running node --version.

@sameerrajputra
Copy link

use SKIP_PREFLIGHT_CHECK=true in .env file to bypass errors

@skoblenick
Copy link

skoblenick commented Aug 31, 2022

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.

@Mrudul-Bhatt
Copy link

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

@subooom
Copy link

subooom commented Dec 21, 2022

I'm getting Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19) at Object.createHash (node:crypto:133:10) at module.exports (C:\Users\Acer\projects\nestjs-task-manager-ui\node_modules\webpack\lib\util\createHash.js:90:53) at NormalModule._initBuildHash (C:\Users\Acer\projects\nestjs-task-manager-ui\node_modules\webpack\lib\NormalModule.js:401:16) at C:\Users\Acer\projects\nestjs-task-manager-ui\node_modules\webpack\lib\NormalModule.js:433:10 at C:\Users\Acer\projects\nestjs-task-manager-ui\node_modules\webpack\lib\NormalModule.js:308:13 at C:\Users\Acer\projects\nestjs-task-manager-ui\node_modules\loader-runner\lib\LoaderRunner.js:367:11 at C:\Users\Acer\projects\nestjs-task-manager-ui\node_modules\loader-runner\lib\LoaderRunner.js:233:18 at context.callback (C:\Users\Acer\projects\nestjs-task-manager-ui\node_modules\loader-runner\lib\LoaderRunner.js:111:13) at C:\Users\Acer\projects\nestjs-task-manager-ui\node_modules\react-scripts\node_modules\babel-loader\lib\index.js:51:103 { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' }

@subooom
Copy link

subooom commented Dec 21, 2022

I ended up removing all mobx usage and going with basic GET, POST requests. I will create a repo for the basic version once I'm done.

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

7 participants