SCSS problem: Unable to keep sass watch running - sass

I've been having a very annoying problem lately.
Every time I run the command "sass --watch scss:css" the scss compiles the code but returns the error:
Unexpected exception:
Error: UNKNOWN: unknown error, watch
This problem did not occur before and due to lack of information I am having difficulties to correct it.
Every time I need to turn scss into css I can but I need to run the command every time because it stops watching.
Any clues?
Here is the console:
PS X:\Trabalho\PrintOne\Loja_Modelo_2013\Tecnologia\Desenvolvimento\novaLoja\assets> sass --watch scss:css
Compiled scss\imports.scss to css\imports.css.
Sass is watching for changes. Press Ctrl-C to stop.
Unexpected exception:
Error: UNKNOWN: unknown error, watch

Related

Uncaught Error: Command timed out in imagemagick npm package

So I am trying to read the meta data of EXR files using Imagemagick npm package and it works fine on smaller files, but on larger files I am getting this error
Uncaught Error: Command timed out
I tried editing the policy.xml and increased the time, but still not working. Any workaround or how to fix this?

Grunt Sass Task Error when Running "Grunt Compile"?

When running "Grunt Compile" I get the below error related to Sass Task? I have checked that all files exist and that there are no syntax errors. See Gist link below for "gruntfile.js". This is for a pre-existing grunt project on Windows 7 and all that was required was that I installed sass, npm, grunt & setup environment variables. And it's not working.
Running "sass:dev" (sass) task
Warning: source string:1: error: invalid top-level expression
Use --force to continue.
Aborted due to warnings.
https://gist.github.com/Cypher278999/6e2703dc3391e4509098

Sass Compilation Error

I am trying to compile my Sass file, but keep getting this error in my terminal:
error sass/app.scss (Line 60: File to import not found or unreadable:
custom.
This happened after:
cd to the containing folder
sass --watch `sass:css`
What did I do wrong? What steps should I take? Do I need to use Compass to use Sass?

Grunt Compass Fatal error: spawn EPERM

I have recently been trying to work with this recently, originally i had issues with ruby etc, then i uninstalled ruby and went with the rvm way of doing ruby and now i no longer have those problems..
And now hopefully i have my last issue, which seems to be a grunt/grunt-contrib-compass issue.
I get the following error when i try to run any of the commands that involve the compass task:
Running "compass:dev" (compass) task
Verifying property compass.dev exists in config...OK
File: [no files]
Options: config="C:\\code\\newsletters\\globalgeorgia\\test\\grunt-email-boilerplate\\vendor\\compass-config.rb", cssDir="tmp/css", imagesDir="tmp/images"
Fatal error: spawn EPERM
And I have tried solutions around similar issues with no luck... Any Help Would be Great!
UPDATE
Ive figured that it has to be with compass because this gives the exact same issue where as this (not using compass) works perfectly.

Docpad error: Error 15 (net::ERR_SOCKET_NOT_CONNECTED): Error unknown

I have been running on some problems since the last update (6.38.1). docpad seems to be broken on macosx the command "docpad run" or "docpad watch" returns the error (on the browser)
Error 15 (net::ERR_SOCKET_NOT_CONNECTED): Error unknown
when i try to access
http://localhost:9778
but "docpad server" works without problems, so maybe the error is the liverload module or other module for development... i'm not able to isolate this problem.
does anyone has the same problem and maybe a solution to share? i'm about to leave docpad because of this error :(

Resources