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
/usr/local/lib/node_modules/stss/node_modules/css-parse/index.js:119
css = css.slice(str.length);
^
TypeError: undefined is not a function
at match (/usr/local/lib/node_modules/stss/node_modules/css-parse/index.js:119:15)
at whitespace (/usr/local/lib/node_modules/stss/node_modules/css-parse/index.js:128:5)
at rules (/usr/local/lib/node_modules/stss/node_modules/css-parse/index.js:101:5)
at stylesheet (/usr/local/lib/node_modules/stss/node_modules/css-parse/index.js:73:16)
at module.exports (/usr/local/lib/node_modules/stss/node_modules/css-parse/index.js:485:10)
at module.exports (/usr/local/lib/node_modules/stss/lib/renderer/css2json.js:438:12)
at /usr/local/lib/node_modules/stss/stss.js:61:15
at fn (/usr/local/lib/node_modules/stss/node_modules/async/lib/async.js:641:34)
at Immediate._onImmediate (/usr/local/lib/node_modules/stss/node_modules/async/lib/async.js:557:34)
at processImmediate [as _immediateCallback] (timers.js:358:17)
note: I installed stss as global and I have updated some deps to newer versions
Absolutely! Apologies for the silence, I'll get to work asap!
Currently only Node.js v10 is supported. Support for 0.12 (and node-sass 3.0) is underway!
Converting stss to tss always throws this error
/usr/local/lib/node_modules/stss/node_modules/css-parse/index.js:119 css = css.slice(str.length); ^ TypeError: undefined is not a function at match (/usr/local/lib/node_modules/stss/node_modules/css-parse/index.js:119:15) at whitespace (/usr/local/lib/node_modules/stss/node_modules/css-parse/index.js:128:5) at rules (/usr/local/lib/node_modules/stss/node_modules/css-parse/index.js:101:5) at stylesheet (/usr/local/lib/node_modules/stss/node_modules/css-parse/index.js:73:16) at module.exports (/usr/local/lib/node_modules/stss/node_modules/css-parse/index.js:485:10) at module.exports (/usr/local/lib/node_modules/stss/lib/renderer/css2json.js:438:12) at /usr/local/lib/node_modules/stss/stss.js:61:15 at fn (/usr/local/lib/node_modules/stss/node_modules/async/lib/async.js:641:34) at Immediate._onImmediate (/usr/local/lib/node_modules/stss/node_modules/async/lib/async.js:557:34) at processImmediate [as _immediateCallback] (timers.js:358:17)
note: I installed stss as global and I have updated some deps to newer versions
dependencies
node 0.12.0
node-sass 2.0.1
css-parse 2.0.0
yargs 3.3.1
chalk 1.0.0
STSS file sample
The text was updated successfully, but these errors were encountered: