-
Notifications
You must be signed in to change notification settings - Fork 643
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] Failure to Compile #25
Comments
yea, same here |
fixed! used the solution recommended by @einazare replace package.json with: { you might also want to delete yarn.lock or packagelock.json and also delete node_modules. |
Hi there, The issue is fixed on the latest version of the product. Regards, |
Version
1.10
Reproduction link
https://www.creative-tim.com/product/argon-design-system-react
Operating System
Windows 10
Device
N/A
Browser & Version
N/A
Steps to reproduce
The reason why I'm using Yarn is because if I use npm install it will throw tons of errors (I have GYP installed etc), installed node-sass, same thing, upgraded all dependencies, same thing, but with Yarn, it installs with no errors... I don't get why that is. Either way, the following error still happens. This is from a fresh download of argon, nothing changed.
What is expected?
The product should compile and start.
What is actually happening?
Failed to compile.
./src/assets/scss/argon-design-system-react.scss?v1.1.0 (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-6-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--5-oneOf-6-3!./node_modules/sass-loader/dist/cjs.js??ref--5-oneOf-6-4!./src/assets/scss/argon-design-system-react.scss?v1.1.0)
SassError: argument
$color
ofrgba($color, $alpha)
must be a coloron line 451 of src/assets/scss/argon-design-system/variables.scss, in function
rgba
from line 451 of src/assets/scss/argon-design-system/variables.scss
from line 23 of src/assets/scss/argon-design-system-react.scss
------------------------------^
Solution
Additional comments
The text was updated successfully, but these errors were encountered: