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

[BUG] Updating utilities to version 3.2.3 show error message #1202

Closed
boaz0 opened this issue Jun 29, 2021 · 9 comments
Closed

[BUG] Updating utilities to version 3.2.3 show error message #1202

boaz0 opened this issue Jun 29, 2021 · 9 comments
Labels
bug Something isn't working

Comments

@boaz0
Copy link
Contributor

boaz0 commented Jun 29, 2021

Describe the bug
Updating @redhat-cloud-services/frontend-components-utilities to 2.3.2 shows error message

To Reproduce
Steps to reproduce the behavior:

  1. Update in package.json @redhat-cloud-services/frontend-components-utilities to 2.3.2
  2. Run npm i
  3. npm start
  4. See error

Expected behavior
No error messages

Screenshots
Screenshot from 2021-06-29 08-23-58

@boaz0 boaz0 added the bug Something isn't working label Jun 29, 2021
@kgaikwad
Copy link
Contributor

kgaikwad commented Jul 28, 2021

I am facing this issue while updating @redhat-cloud-services/frontend-components-utilities from 3.2.1 to 3.2.2.

@Hyperkid123
Copy link
Contributor

@boaz0 @kgaikwad did you also update the @redhat-cloud-services/frontend-components-config? The problem is that node-sass is deprecated so you should use sass instead. The new version of the shared config have migrated over.

@Hyperkid123
Copy link
Contributor

Also you should be on v3 of @redhat-cloud-services/frontend-components-utilities. v2 is very old by now.

@boaz0
Copy link
Contributor Author

boaz0 commented Jul 29, 2021

Thanks 👍 @Hyperkid123
@matoval can you take over this and update the packages as mentioned here. Thanks.

@Hyperkid123
Copy link
Contributor

Just to give a context. node-sass is deprecated by node-sass not us. It does not work properly on the latest versions of node. Hence the change.

@matoval
Copy link

matoval commented Jul 30, 2021

Thanks @Hyperkid123
@matoval can you take over this and update the packages as mentioned here. Thanks.

Thanks @boaz0 I updated @redhat-cloud-services/frontend-components-utilities to 3.2.3, installed sass and it's working great.

@kgaikwad
Copy link
Contributor

Updated @redhat-cloud-services/frontend-components-utilities to 3.2.3. Removed deprecated node-sass and installed sass instead. Thank you @Hyperkid123 once again.

@Hyperkid123
Copy link
Contributor

@boaz0 do you still have this issue after updating the dependencies? Or can we close this?

@boaz0
Copy link
Contributor Author

boaz0 commented Aug 5, 2021

@Hyperkid123 it was resolved. I am closing this now.
Thanks a lot!

@boaz0 boaz0 closed this as completed Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants