docpad / docpad-plugin-sass

Adds support for the SASS and SCSS CSS pre-processors to DocPad. It also supports the Compass framework.
Other
13 stars 6 forks source link

Error: This socket is closed. #21

Closed mikeumus closed 6 years ago

mikeumus commented 11 years ago
info: Generating...
warning: You have multiple files being written to c:\Users\Michael\Desktop\MDM\C
lient Projects\StarDog.com\Development\Staging\stardog-docs\published\css\gumby.
css, they are:
  - c:\Users\Michael\Desktop\MDM\Client Projects\StarDog.com\Development\Staging
\stardog-docs\src\docs\css\gumby.css.scss
  - c:\Users\Michael\Desktop\MDM\Client Projects\StarDog.com\Development\Staging
\stardog-docs\src\files\css\gumby.css
  Rename one of them to avoid an over-write
warning: Something went wrong while rendering: css\gumby.css.scss
error: Something went wrong with the action
error: An error occured:
Error: This socket is closed.
    at Socket._write (net.js:618:19)
    at doWrite (_stream_writable.js:219:10)
    at writeOrBuffer (_stream_writable.js:209:5)
    at Socket.Writable.write (_stream_writable.js:180:11)
    at Socket.write (net.js:596:40)
    at c:\Users\Michael\Desktop\MDM\Client Projects\StarDog.com\Development\Stag
ing\stardog-docs\node_modules\docpad-plugin-sass\node_modules\safeps\out\lib\saf
eps.js:160:21
    at b (domain.js:183:18)
    at Domain.run (domain.js:123:23)
    at Task.<anonymous> (c:\Users\Michael\Desktop\MDM\Client Projects\StarDog.co
m\Development\Staging\stardog-docs\node_modules\docpad-plugin-sass\node_modules\
safeps\out\lib\safeps.js:125:18)
    at ambi (c:\Users\Michael\Desktop\MDM\Client Projects\StarDog.com\Developmen
t\Staging\stardog-docs\node_modules\docpad-plugin-sass\node_modules\taskgroup\no
de_modules\ambi\out\lib\ambi.js:21:27)
    at c:\Users\Michael\Desktop\MDM\Client Projects\StarDog.com\Development\Stag
ing\stardog-docs\node_modules\docpad-plugin-sass\node_modules\taskgroup\out\lib\
taskgroup.js:82:19
    at process._tickDomainCallback (node.js:459:13)
info: Shutting down... cya next time!

I'm new to using sass but this gumby.css.scss is trigger a error about sockets it seems?

I've followed all the instructions on the docpad-plugin-sass' readme, yet alas this error persists. I'm working in a windows development environment #fyi but I have a feeling(hope) that's not the issue.