You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Deepak2851
changed the title
Using semantic-ui 3.0.1 version and getting errors related to googleFonts, googleRequests and a lot more
Using semantic-ui 2.3.1 version and getting errors related to googleFonts, googleRequests and a lot more
Oct 10, 2024
Deepak2851
changed the title
Using semantic-ui 2.3.1 version and getting errors related to googleFonts, googleRequests and a lot more
Using semantic-ui 2.3.1 version and getting errors related to googleProtocol,googleFonts, googleRequests and a lot more
Oct 10, 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
The text was updated successfully, but these errors were encountered: