-
Notifications
You must be signed in to change notification settings - Fork 776
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
[Bug] error trying to start project with npm start #15
Comments
Same here. TONS of errors during npm install |
Hello there guys, What nodejs version do you have? Best, |
I'm on v12.1.0, that may have been the issue. I ended up downloading your other template: Light Bootstrap React Admin and it worked great! |
Hello again, Please make sure you have the latest node-sass version and also you have the latest LTS version of NodeJS, which at the moment is 12.13.1. Best, |
Hello, 'react-scripts' is not recognized as an internal or external command, npm ERR! A complete log of this run can be found in: |
Hello there, @kimhorng Please make a video with the following:
Best, |
I'am having the exact same problem here, just downloaded today both the project and nodeJS but i get the error bellow (also attached print): PS C:\argon-dashboard-react-master> npm start
./src/assets/scss/argon-dashboard-react.scss (./node_modules/css-loader??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/sass-loader/lib/loader.js??ref--6-oneOf-5-3!./src/assets/scss/argon-dashboard-react.scss)
My node version: PS C:\argon-dashboard-react-master> node -v |
Guys i think i just found out how to solve this, my problem was with the "node-sass" version in the "package.json" file, i found out that the current version on the project is "4.11.0" and works with node 11.x: https://github.com/sass/node-sass So i changed my "node-sass" version to "4.12.0" >> deleted the "node_modules" folder >> "npm i" Now it seens to work just fine. |
Compiled with problems: |
Version
latest version available at https://www.creative-tim.com/product/argon-dashboard-react?tracking=first-time#
Reproduction link
Operating System
windows 10
Device
PC
Browser & Version
Chrome 78.0.3904.108 64 bits
Steps to reproduce
1 - npm install
2 - npm start
What is expected?
The application starts
What is actually happening?
When I try to start the application the following error occurs:
./src/assets/scss/argon-dashboard-react.scss (./node_modules/css-loader??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/sass-loader/lib/loader.js??ref--6-oneOf-5-3!./src/assets/scss/argon-dashboard-react.scss)
To import Sass files, you first need to install node-sass.
Run
npm install node-sass
oryarn add node-sass
inside your workspace.Require stack:
Solution
I don't have a solution
Additional comments
The text was updated successfully, but these errors were encountered: