Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJohn Weland
42,478 Pointscourse material downloads not working
When downloading the course materials in the .zip format I am getting a file is invalid when I try to open it.
John Weland
42,478 PointsShezan Kazi I'm sorry I thought I tagged it.
Prototyping with Foundation for Apps > Grid Layout and UI Components > Flexbox Grid Layout
4 Answers
Guil Hernandez
Treehouse TeacherHey John Weland and John Woodruff,
Sorry that you're still having issues with the project files. I just re-uploaded the project files for each video in the course. They're now much smaller, so they should download faster, hopefully without errors.
As Patrick Koch mentioned, you can also try unzipping the files with WinRAR.
Hope this helps. :)
John Weland
42,478 PointsWork with windows built in zip program now. Thank Guil, looking forward to more courses with you!
Guil Hernandez
Treehouse TeacherYou're very welcome. Glad to hear that it works for you, John Weland!
Fidel Torres
25,286 PointsI can't download the files. It keep forever in the download tab(say Unknown remaining time - 0 bytes)
Patrick Koch
40,496 PointsHe volks, had the same issue with my windows 8 system. I tried to unzip it with winrar worked fine, but took really long.
After I move the folder 2-flexbox-grid-layout in to my xmp/hdocs and run the foundation-apps watch command also in the app directory and got this error. Don't know If I should open new thread?
Patrick@PATRICKHP /c/xmp/htdocs/Foundation-Apps/trekker
$ foundation-apps watch
> foundation-apps-template@1.1.0 start c:\xmp\htdocs\Foundation-Apps\trekker
> gulp
[19:44:04] Using gulpfile c:\xmp\htdocs\Foundation-Apps\trekker\gulpfile.js
[19:44:05] Starting 'build'...
[19:44:05] Starting 'clean'...
[19:44:05] Finished 'clean' after 30 ms
[19:44:05] Starting 'copy'...
[19:44:05] Starting 'copy:foundation'...
[19:44:05] Finished 'copy:foundation' after 746 ms
[19:44:05] Starting 'sass'...
[19:44:06] 'sass' errored after 211 ms
[19:44:06] Error: `libsass` bindings not found in c:\xmp\htdocs\Foundation-Apps\
trekker\node_modules\gulp-sass\node_modules\node-sass\vendor\win32-x64-46\bindin
g.node. Try reinstalling `node-sass`?
at Object.sass.getBinaryPath (c:\xmp\htdocs\Foundation-Apps\trekker\node_mod
ules\gulp-sass\node_modules\node-sass\lib\extensions.js:148:11)
at Object.<anonymous> (c:\xmp\htdocs\Foundation-Apps\trekker\node_modules\gu
lp-sass\node_modules\node-sass\lib\index.js:16:36)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (c:\xmp\htdocs\Foundation-Apps\trekker\node_modules\gu
lp-sass\index.js:163:21)
at Module._compile (module.js:434:26)
[19:44:06] 'build' errored after 1.04 s
[19:44:06] Error: `libsass` bindings not found in c:\xmp\htdocs\Foundation-Apps\
trekker\node_modules\gulp-sass\node_modules\node-sass\vendor\win32-x64-46\bindin
g.node. Try reinstalling `node-sass`?
at Object.sass.getBinaryPath (c:\xmp\htdocs\Foundation-Apps\trekker\node_mod
ules\gulp-sass\node_modules\node-sass\lib\extensions.js:148:11)
at Object.<anonymous> (c:\xmp\htdocs\Foundation-Apps\trekker\node_modules\gu
lp-sass\node_modules\node-sass\lib\index.js:16:36)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (c:\xmp\htdocs\Foundation-Apps\trekker\node_modules\gu
lp-sass\index.js:163:21)
at Module._compile (module.js:434:26)
[19:44:06] Finished 'copy' after 1.66 s
Error: foundation-apps-template@1.1.0 start: `gulp`
Exit status 1
at EventEmitter.<anonymous> (c:\Users\Patrick\AppData\Roaming\npm\node_modul
es\foundation-cli\node_modules\npm\lib\utils\lifecycle.js:214:16)
at emitTwo (events.js:87:13)
at EventEmitter.emit (events.js:172:7)
at ChildProcess.<anonymous> (c:\Users\Patrick\AppData\Roaming\npm\node_modul
es\foundation-cli\node_modules\npm\lib\utils\spawn.js:24:14)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:817:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
I propably should also say I already had probs install foundation-apps propably thats causing the error.
But the downloading and unziping worked, as far as I see
so far I just kopied the img folder and work along width the files from video number 1.
g patrick
kristlemccracken
495 PointsI was having the same issue and was able to resolve it by running the following in the project directory:
npm uninstall --save-dev gulp-sass
npm install --save-dev gulp-sass
http://stackoverflow.com/questions/28409100/try-reinstalling-node-sass-on-node-0-12
Guil Hernandez
Treehouse TeacherThanks John Weland. You can download the same zip file (containing all the stage's prj files) from any video in the stage. See if any of those files work for you while I look into what's causing the error.
John Weland
42,478 PointsI've tried a handful of then across the different videos in this stage. they all give me the same error. I'm about to head home for the day so I'll try there as well.
John Weland
42,478 PointsTried at home, same issue.
John Woodruff
13,550 Pointshaving the same issue as John Weland - also on windows 10
Guil Hernandez
Treehouse TeacherHey John Weland,
What operating system are you on? Does it happen with any of the other file downloads?
John Weland
42,478 PointsIt hasn't happened else where. I'm on Windows 10 Pro 64-bit..
Also the teachers note seem to be missing for https://teamtreehouse.com/library/prototyping-with-foundation-for-apps/grid-layout-and-ui-components/grid-challenge-solution
Fidel Torres
25,286 PointsI'm using Ubuntu 15.04
Fidel Torres
25,286 PointsI'm using Ubuntu 15.04
Shezan Kazi
10,807 PointsShezan Kazi
10,807 PointsHi John,
which course are you on?