I've installed F6 using the basic setup. I haven't changed a thing -- added no new tasks, etc -- and simply ran 'foundation watch' inside the project folder.
When I do, Terminal prints:
> [email protected] start /Users/myUser/Sites/myProject
> gulp
and the process then seems to hang. What I expect is something like:
> [email protected] start /Users/myUser/Sites/myProject
> gulp
[15:52:56] Using gulpfile ~/Sites/myProject/gulpfile.js
[15:52:56] Starting 'sass'...
[15:52:56] Starting 'scripts'...
[15:52:56] Finished 'scripts' after 4.93 ms
[15:52:56] Finished 'sass' after 194 ms
[15:52:56] Starting 'default'...
[15:52:56] Finished 'default' after 15 ms
Can anyone please provide an idea of how to troubleshoot this?
You just need the windows-build-tools in Windows, they do all the needed things for compiling node-sass then.