I am trying to import a vendor stylus file but I get an error like this:
ReferenceError
/node_modules/vuetify/src/stylus/main.styl:298:9
294|
295| index(list, value)
296| for val, i in list
297| return i if val == value
298| @import './app'
----------------^
299| @import './components/*'
300|
glob is not defined
Am I doing something wrong or is this not currently possible?
Reproduction link: https://codesandbox.io/s/3vmv7m3o16
I am getting the same error
I am also getting this error. As a result, I can't use my Stylus variables.
I believe this is the solution to the problem, but given the nature of CodeSandbox, it isn't a fix I can execute. What are the possibilities this issue will be fixed?
https://stackoverflow.com/questions/44366614/nameerror-name-glob-is-not-defined
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
I am also getting this error, cannot reproduce an error regarding Vuetify because of this error...
This issue has automatically been marked stale because there has been no activity in a while. Please leave a comment if the issue has not been resolved, or if it is not stale for any other reason. After 2 weeks, this issue will automatically be closed, unless a comment is made or the stale label is removed.
Most helpful comment
I am getting the same error