Closed Rizzeol closed 4 years ago
Hello there, @Rizzeol ,
What version of NodeJS do you use? If you do not have the LTS version, please update it to the LTS version. If the issue persists, then change the react-scripts from our package.json file to the latest one from npmjs.
Best, Manu
Hi @EINazare my nodejs version is 12.13.1
It seems like nodejs 12.x have Active LTS starting from 2019.10.21
updated react-scripts package from v2.8.1 to v3.4.1
If you face same issue follow this:
npm i react-scripts
react-scripts v2.8.1
from your package.json file and run npm i react-scripts
in your terminal. This will install latest react-scripts package. It is v3.4.1 for me now../src/assets/scss/argon-dashboard-react.scss (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-5-3!./node_modules/sass-loader/dist/cjs.js??ref--6-oneOf-5-4!./src/assets/scss/argon-dashboard-react.scss) Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (72) For more information on which environments are supported please see: https://github.com/sass/node-sass/releases/tag/v4.11.0
npm uninstall node-sass && npm install node-sass
The above error means your node version is not compatible with node-sass installed in your project so you have to update it or install it again.
This must solve the issue. At least it worked for me.
Thanks @EINazare for your response. Appreciate it. Cheers.
Version
1.1.0
Reproduction Link
Go to the link below: https://github.com/creativetimofficial/argon-dashboard-react
Opearting System
Windows 10
Device
Dell
Browser & Version
Firefox Browser 75.0 (64-bit)
Steps to reproduce
git clone git@github.com:creativetimofficial/argon-dashboard-react.git
cd argon-dashboard-react
npm install
npm start
It is compiled and served successfully but I see the error in my browser.
What is expected?
The app is served in
http://localhost:3000/
and I can see the Argon dashboard as shown in demo website: HereWhat is actually happening?
Conclusion
I also tried in MacOS and I got the same error. I think it is something very simple but I couldn't figure it out now. I wanted to buy a pro version today but skeptical if I will get the same error. I will really appreciate a quick response.
I used this template about 3 months ago and it was functioning for me. I like it so much but very unfortunate.
Thank you, great people.