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
HI,
I've just started using PostCSS - so maybe Im the bug :-)
I'm getting this error in my terminal. If I remove lost() from the pipe(), I do not get any errors.
Only thing I found that looks as the same "bug" is this #160 - but it did not help me.
Anybody knwo how to fix this?
Thanks!!
[11:55:40] { [TypeError: Cannot read property 'split' of undefined]
name: 'TypeError',
message: 'Cannot read property \'split\' of undefined',
stack: 'TypeError: Cannot read property \'split\' of undefined\n
at appendToSelectors (/Applications/MAMP/htdocs/wwwroot/myWebsite/wp-content/themes/pixelhuset16/node_modules/lost/lib/new-block.js:7:13)\n
at newBlock (/Applications/MAMP/htdocs/wwwroot/myWebsite/wp-content/themes/pixelhuset16/node_modules/lost/lib/new-block.js:14:22)\n
at /Applications/MAMP/htdocs/wwwroot/myWebsite/wp-content/themes/pixelhuset16/node_modules/lost/lib/lost-column.js:137:11\n
at /Applications/MAMP/htdocs/wwwroot/myWebsite/wp-content/themes/pixelhuset16/node_modules/postcss/lib/container.js:98:28\n
at /Applications/MAMP/htdocs/wwwroot/myWebsite/wp-content/themes/pixelhuset16/node_modules/postcss/lib/container.js:73:26\n
at AtRule.each (/Applications/MAMP/htdocs/wwwroot/myWebsite/wp-content/themes/pixelhuset16/node_modules/postcss/lib/container.js:60:22)\n
at AtRule.walk (/Applications/MAMP/htdocs/wwwroot/myWebsite/wp-content/themes/pixelhuset16/node_modules/postcss/lib/container.js:72:21)\n
at /Applications/MAMP/htdocs/wwwroot/myWebsite/wp-content/themes/pixelhuset16/node_modules/postcss/lib/container.js:75:32\n
at Rule.each (/Applications/MAMP/htdocs/wwwroot/myWebsite/wp-content/themes/pixelhuset16/node_modules/postcss/lib/container.js:60:22)\n
at Rule.walk (/Applications/MAMP/htdocs/wwwroot/myWebsite/wp-content/themes/pixelhuset16/node_modules/postcss/lib/container.js:72:21)',
Here is how my dependencies looks in my package.json fil:
I've tried to put lost() in the beginning and in the end of the pipe(). Same result.
peterramsing
changed the title
[TypeError: Cannot read property 'split' of undefined]
[TypeError: Cannot read property 'split' of undefined]
Mar 9, 2016
HI,
I've just started using PostCSS - so maybe Im the bug :-)
I'm getting this error in my terminal. If I remove lost() from the pipe(), I do not get any errors.
Only thing I found that looks as the same "bug" is this #160 - but it did not help me.
Anybody knwo how to fix this?
Thanks!!
Here is how my dependencies looks in my package.json fil:
And here is my gulp file:
The text was updated successfully, but these errors were encountered: