-
Notifications
You must be signed in to change notification settings - Fork 860
Sass Error #942
Comments
Did you get any errors on npm install? |
No errors; just 'npm WARN deprecated': `npm WARN deprecated [email protected]: breaking changes from clean-css 4.x. Please install gulp-clean-css 3.x npm WARN lifecycle [email protected]~postinstall: cannot run in wd %s %s (wd=%s) [email protected] bower install && gulp build /Users/bisonbrah/Local Sites/fsorthoperio-com/app/public/wp-content/themes/FoundationPress |
Same thing happening here +1 |
same issue here following |
Did you try with other node version, just to see if it's the node version the problem? Also I see you do "sudo" npm install... I never use sudo with npm... Just installed two time this week without problem... |
yes, I'm sorry my mistake... I'm using a brand new computer that came with NODE.js pre-installed with version 7.2 (from IT dept.) After downgrading to 6.9.5 it works as it did before. THANK YOU! |
This is the issue. If you're using node v.7.0 or up, every dependency in this project needs to use graceful-fs v4.0 or up. From what I can tell there are 4 or 5 node modules that are still relying on graceful-fs v3.0 and below |
Hello, I am having trouble figuring out how to turn on flexbox?? I made this change: Thank you for your help! |
Thank you for sending! Very helpful. |
How can this bug be reproduced?
Error: File to import not found or unreadable: ../../components/foundation-sites/scss/util/util
Parent style sheet: =/domain/app/public/wp-content/themes/FoundationPress/assets/scss/global/_settings.scss
on line 44 of assets/scss/global/_settings.scss
What did you expect to happen?
Gulp would work and generate the style.css for theme to work
What happened instead?
Error listed above; no SCSS is being converted to CSS for theme to render..
Please List the Following:
Include Test Case (if applicable):
Give us a link to a CodePen or JSFiddle that recreates the issue.
The text was updated successfully, but these errors were encountered: