Using semantic-ui 2.3.1 version and getting errors related to googleProtocol,googleFonts, googleRequests and a lot more

Author: Deepak2851Created Oct 10, 2024Updated Oct 17, 2024

I am using an application that is using semantic-ui version 2.3.1 and version of less is 3.0.1 as well. But I am getting this error while trying to run the application.

=> Started proxy. => Meteor 3.0.3 is available. Update this project with 'meteor update'. => Started MongoDB. => Errors prevented startup:

While processing files with less (for target web.browser): client/lib/semantic-ui/definitions/globals/site.import.less:29: variable @googleProtocol is undefined error: variable @googleProtocol is undefined

While processing files with less (for target web.browser.legacy): client/lib/semantic-ui/definitions/globals/site.import.less:29: variable @googleProtocol is undefined error: variable @googleProtocol is undefined

Hardcoding these values is throwing more errors telling verticalAlign, googleFontFamily etc are undefined. Please provide the solution for this

Source: Semantic-Org/Semantic-UI