Closed UmangD85 closed 2 years ago
Yeap, it this seems a problem. Using npm i --force ignores this to run the project.
The error on npm i sugests a incompatibility with:
Hello @lucasdiedrich,
Thanks for your time.
im downgrade the version of react-datetime to 3.0.3 & try command npm install but its not working & then im go with npm install --force but im having none or more issues with this,
attach a log file for your reference. & my Node version is 16.4.1 Thank You,
Hello @lucasdiedrich,
Thanks for your time.
im downgrade the version of react-datetime to 3.0.3 & try command npm install but its not working & then im go with npm install --force but im having none or more issues with this,
attach a log file for your reference. & my Node version is 16.4.1 Thank You,
same here
Got it working!
Here is what I did:
"@fortawesome/fontawesome-free": "^5.15.4",
It seems that fontawsome had some api changes for the free api so you can't really download older versions without premium.
Somehow got it working.
"node-sass": "6.0.1",
"node-sass-package-importer": "5.3.2",
npm install --force
npm install sass
npm start
It may also be worth looking at your Node version and comparing it with minimum and maximum supported versions of node-sass. More info here: https://www.npmjs.com/package/node-sass
Version
1.2.1
Reproduction link
https://github.com/creativetimofficial/argon-dashboard-react
Operating System
Windows
Device
Lenovo
Browser & Version
Chrome
Steps to reproduce
Download code from this link : https://github.com/creativetimofficial/argon-dashboard-react
go to project folder & run npm install, its not working properly.
my node version is 14.16.1
What is expected?
install & run properly
What is actually happening?
not install
Solution
Additional comments